.platform-components-comparison-chart {
  background-color: #ffffff;
  margin: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 {
  background-color: #ffffff;
  color: #2e2e2e;
  position: relative;
  margin: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider {
  position: absolute;
  left: 0;
  right: 0;
  width: 86px;
  height: 86px;
  max-width: initial;
  margin: auto;
  object-fit: contain;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:after,
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(120, 120, 120, 0.2);
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:after {
  animation: 2.5s pulse 0.5s infinite forwards;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:before {
  animation: 2.5s pulse 0.25s infinite forwards;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider.not-active {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .move-slider {
    display: block;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__filters {
  width: 100%;
  padding: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  color: #2e2e2e;
  background-color: #ffffff;
  border: 1px solid #5e5e5e;
  border-radius: 10px;
  margin: 0 10px 50px;
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
  color: #2e2e2e;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
    font-size: 1rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus {
  color: #9b132b;
  background: unset;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover span,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus span {
  color: #9b132b;
  background: unset;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover svg path,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus svg path {
  fill: #9b132b;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg {
    width: 20px;
    height: 20px;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg path {
    fill: #2e2e2e;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open.mobileMenu {
    display: none;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open.stackMobileFilters {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2__column {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder {
  min-height: 30px;
}
.platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder .ribbon {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
  text-align: center;
  padding: 5px;
  border-radius: 20px 20px 0 0;
  background-color: #c41230;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder .ribbon {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder {
    min-height: 40px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__column.hide {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2__products {
  display: grid;
  grid-template-columns: repeat(var(--num-columns), 66%);
  overflow-x: auto;
  width: 100%;
  padding-bottom: 5px;
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__products {
    grid-template-columns: repeat(var(--num-columns), 40%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2__products {
    grid-template-columns: repeat(var(--num-columns), 29%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar-track {
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 20px;
  border: 3px solid #e2e2e5;
}
.platform-components-comparison-chart .comparison-chart-v2__product-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title-link {
  text-decoration: none;
  color: #2e2e2e;
  flex: 1;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title-link:active {
  outline: none !important;
  padding: unset;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-title {
    font-size: 1rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-title span {
  font-weight: 800;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 0 0 1rem;
  padding: 0;
  min-height: 30px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #5e5e5e;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #5e5e5e;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: #a81414;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: #a81414;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating {
  min-height: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .reviews-link {
  text-decoration: none;
  font-size: 13px !important;
  display: flex;
  justify-content: center;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px !important;
  margin-bottom: 4px;
  color: #5e5e5e;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
  color: #c41230;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-rating,
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px !important;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
  line-height: 19.5px !important;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-sku {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-height: 25px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-sku {
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-sku span {
  font-weight: 800;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button {
  min-width: 160px;
  border-radius: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button {
    min-width: unset;
    width: 100%;
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon {
  display: flex;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-right {
  flex-direction: row;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-right .button-icon {
  margin-left: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-left {
  flex-direction: row-reverse;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-left .button-icon {
  margin-right: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button .button-icon {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button:hover,
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button:focus {
  padding: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons.top {
  margin: auto 0 0;
  padding-bottom: 20px;
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image img {
  margin: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image-link:active,
.platform-components-comparison-chart .comparison-chart-v2__product-image-link:focus {
  outline: none !important;
  padding: 3px;
}
@media (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-image {
    height: 100px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price,
.platform-components-comparison-chart .comparison-chart-v2__product-price p {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price,
  .platform-components-comparison-chart .comparison-chart-v2__product-price p {
    font-size: 1rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-container {
  min-height: 25px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-container {
    min-height: 50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .sale-price {
  color: #a81414;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .sale-price {
    font-size: 1rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price,
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price,
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
    font-size: 0.75rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price {
  text-decoration: line-through;
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
  font-weight: 800;
  color: #27ae60;
}
.platform-components-comparison-chart .comparison-chart-v2 .detailed-chart-product-container {
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
  display: grid;
  grid-template-columns: repeat(var(--num-columns), 66%);
  overflow-x: auto;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 40%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 29%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar-track {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar-thumb {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label h3 {
  padding-bottom: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label h3 {
    font-size: 1.1875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label p {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label p {
    font-size: 0.625rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute-text p {
  line-height: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute {
  height: 48px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-image {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-image img {
  max-height: 75px;
  margin: 0 auto;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-text {
  line-height: 100%;
  color: #2e2e2e;
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2 {
    width: 73.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 {
    flex-direction: column;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .move-slider {
    display: block;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-comparison-chart .comparison-chart-v2 .pc-card-hidden {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed {
  background-color: inherit;
  position: fixed;
  top: 0;
  z-index: 4;
  max-width: 1170px;
}
.platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom {
  max-width: 1170px;
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (max-height: 425px) and (orientation: landscape) {
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column {
    justify-content: flex-start !important;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item .slick-slide,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item .slick-slide {
    height: 100% !important;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    grid-auto-rows: auto;
    grid-auto-rows: max-content;
    grid-column-gap: 20px;
    padding-right: 10px;
    position: relative;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link {
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture {
    margin: 0;
    width: max-content;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture img,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture img {
    max-width: 100px;
    object-fit: cover;
    object-position: left;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-price-container,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-price-container {
    display: inline-block;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-buttons.top,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-buttons.top {
    padding: 0;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info a,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info a,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info div,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info div {
    height: max-content !important;
    width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info:after,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info:after {
    display: var(--data-sticky-mobile-divider);
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 15px;
    background-color: #e2e2e5;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  max-width: 73.125rem;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingDesktop,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingDesktop {
    max-width: calc(@template-max-width-standard - 100px);
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingDesktop .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingDesktop .arrows-track {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingTablet,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingTablet {
    max-width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingTablet .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingTablet .arrows-track {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowsPaddingMobile,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowsPaddingMobile {
    max-width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowsPaddingMobile .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowsPaddingMobile .arrows-track {
    left: 0;
    width: 100%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed .comparison-chart-v2__product-image,
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom .comparison-chart-v2__product-image {
  height: var(--data-sticky-image-height);
}
.platform-components-comparison-chart .comparison-chart-v2 .compare-carousel-wrapper {
  width: 100%;
  background: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2 .noProducts {
  background-color: rgba(226, 226, 229, 0.4);
  font-weight: 700;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 {
  display: flex;
  flex-direction: column;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  margin-bottom: unset;
  justify-content: flex-start;
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
  max-width: calc(292.5px);
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column.swipe-padding {
  padding-top: 22px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column.swipe-padding {
    padding-top: 36px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
  max-width: calc(877.5px);
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attributes {
  width: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute {
  text-align: left;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips {
  display: flex;
  width: 40px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span:before {
  font-size: 20px;
  color: #c41230;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span:hover::before {
  color: #9b132b;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__product-attribute:nth-child(even),
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute:nth-child(even) {
  background-color: #e2e2e5;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__product-attribute:nth-child(odd),
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute:nth-child(odd) {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
    width: 35%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
    max-width: 35%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
    width: 65%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
    width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
    width: 45%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
    max-width: 45%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .product-info-section {
    width: 100%;
    grid-template-columns: repeat(var(--num-columns), 90%);
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
    width: 55%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
    max-width: 55%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
  width: 75%;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
}
@media (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper .arrows-track {
    width: 73.125rem;
    left: unset;
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding .nav-carousel {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding .nav-carousel {
    padding: 0 50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .pc-carousel-wrapper {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .pc-carousel-wrapper .slick-track {
  margin-left: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  max-width: calc(802.5px);
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
    max-width: 55%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  left: unset;
  right: 50px;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  margin: 0 0 50px;
  width: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
  grid-template-columns: repeat(var(--num-columns), 40%);
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
    grid-gap: 20px;
    grid-template-columns: repeat(var(--num-columns), 28.6%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 22.2%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products .product-info-section.freeze.bottom,
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section .product-info-section.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attributes {
  margin-top: 25px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute .attribute-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label {
  border-bottom: 3px solid #5e5e5e;
  padding: 0 0 30px;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  max-height: 100px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label h3 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label h3 {
    font-size: 1.1875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-text {
  margin: 30px auto 10px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available {
  justify-content: space-between;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available .comparison-chart-v2__product-attribute-text {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
  text-transform: lowercase;
  color: #5e5e5e;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available .comparison-chart-v2__product-attribute-text {
    font-size: 1.1875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips {
  height: 20px;
  display: flex;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span:before {
  font-size: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span:hover {
  color: #9b132b;
  cursor: pointer;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .slick-slide .row-label h3 {
  opacity: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .slick-slide.slick-current .row-label h3 {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  margin: 0 15px 15px;
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #e2e2e5;
  border-color: #e2e2e5;
  border-radius: 4px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
  text-transform: uppercase;
  color: #c41230;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg path {
  fill: #c41230;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .ribbon-holder {
  min-height: unset;
  padding: 0px 25px;
  flex-grow: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image {
  margin-bottom: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image img {
  width: auto;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image-link {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image-link:active {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-info {
  gap: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating {
  min-height: max-content;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link {
  padding: 5px 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link .stars-wrapper {
  justify-content: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link .stars-wrapper .product-stars {
  margin-bottom: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price {
  color: #5e5e5e;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price p {
  color: #5e5e5e;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price-container {
  flex: 1;
  min-height: max-content;
  display: flex;
  align-items: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons.top {
  padding-bottom: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button.button-tertiary-brand,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button.button-tertiary-dark {
  justify-content: flex-start;
  padding-left: 0;
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button:active,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button:focus {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute {
  height: 80px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute:nth-child(odd) {
  background-color: rgba(226, 226, 229, 0.4);
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text {
  font-weight: 700;
  margin-top: auto;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text.row-label {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-transform: none;
  color: #5e5e5e;
  margin-top: 15px;
  gap: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text.row-label p {
  width: max-content;
  color: #5e5e5e;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 {
  left: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 p {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 p {
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-colors {
  justify-content: flex-start;
  flex-grow: 1;
  align-items: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .fade-edge-right {
  top: 0;
  right: -2px;
  width: 18px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  z-index: 3;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .fade-edge-left {
  top: 0;
  left: -1px;
  width: 18px;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: 3;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-list {
  margin: 0px;
}
@media (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper[data-space-between="true"][data-hint-slides-desktop="true"] .fade-edge-right {
    right: -12px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper[data-space-between="true"][data-hint-slides-desktop="true"] .fade-edge-left {
    left: -12px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .carousel-component__item .comparison-chart-v2__product-attribute-text {
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__column {
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__product-attribute-text.row-label {
  opacity: 0;
  transition: opacity 1s ease;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__product-attribute.row-label h3 {
  opacity: 0;
  transition: opacity 1s ease;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide.slick-current .comparison-chart-v2__product-attribute.row-label h3 {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide.slick-current .comparison-chart-v2__product-attribute-text.row-label {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 a:focus,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 a:active {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowDesktopPadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowTabletPadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowMobilePadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .pc-carousel-wrapper:not(.nav-carousel.freeze.bottom, .nav-carousel.freeze.fixed),
.platform-components-comparison-chart .comparison-chart-v2-integrated .pc-carousel-wrapper:not(.nav-carousel.freeze.bottom, .nav-carousel.freeze.fixed) {
  padding: 0;
}
.platform-components-comparison-chart .pc-carousel-wrapper {
  background-color: inherit;
}
.platform-components-comparison-chart .pc-carousel-wrapper .arrows-track .slick-arrow {
  top: 150px;
  z-index: 3;
}
.platform-components-comparison-chart .pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.platform-components-comparison-chart .pc-carousel-wrapper.nav-carousel .arrows-track {
  height: 100%;
}
.platform-components-comparison-chart .pc-carousel-wrapper.nav-carousel .arrows-track .slick-arrow {
  top: 50%;
}
.platform-components-comparison-chart .ani-delay {
  transition: 0.5s ease 0.2s;
}
.platform-components-comparison-chart .ani-changing {
  transition: 0.2s ease;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
.pc-carousel-wrapper .swipe-for-more {
  grid-column-start: 1;
  grid-column-end: -1;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more {
    height: 36px;
    white-space: nowrap;
    width: 100%;
    margin: 0;
  }
}
.pc-carousel-wrapper .swipe-for-more div {
  text-align: center;
  color: #2e2e2e;
  font-style: italic;
  font-size: 15px;
  width: 100%;
  padding: 0 18px;
  opacity: 0;
  pointer-events: none;
}
.pc-carousel-wrapper .swipe-for-more div.swipe-left {
  text-align: left;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-left {
    width: max-content;
  }
}
.pc-carousel-wrapper .swipe-for-more div.swipe-center {
  text-align: center;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-center {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
}
.pc-carousel-wrapper .swipe-for-more div.swipe-right {
  text-align: right;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-right {
    width: max-content;
    margin-left: auto;
  }
}
.pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
    width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
    padding: 0;
  }
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap {
  cursor: pointer;
  position: relative;
  min-width: 85px;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap,
  .pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap {
    min-width: 100px;
  }
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right {
  width: 75px;
  height: 1.5px;
  background-color: #2e2e2e;
  position: absolute;
  display: inline-block;
  top: 50%;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right {
  left: 5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right::before {
  left: unset;
  right: -6px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left {
  right: 5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left::before {
  right: unset;
  left: -6px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left::before {
  content: "\e904";
  left: -5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right::before {
  content: "\e905";
  left: 65px;
}
.pc-carousel-wrapper .swipe-for-more div .helper-span {
  display: inline-block;
  width: 0px;
}
.product-info-section.freeze.fixed,
.nav-carousel.freeze.fixed {
  box-shadow: 0 24px 24px -28px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  .product-info-section.freeze.fixed .comparison-chart-v2__product-info,
  .product-info-section.freeze.bottom .comparison-chart-v2__product-info,
  .nav-carousel.freeze.fixed .comparison-chart-v2__product-info,
  .nav-carousel.freeze.bottom .comparison-chart-v2__product-info {
    position: relative;
  }
  .product-info-section.freeze.fixed .comparison-chart-v2__product-info:after,
  .product-info-section.freeze.bottom .comparison-chart-v2__product-info:after,
  .nav-carousel.freeze.fixed .comparison-chart-v2__product-info:after,
  .nav-carousel.freeze.bottom .comparison-chart-v2__product-info:after {
    display: var(--data-sticky-mobile-divider);
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 15px;
    background-color: #e2e2e5;
  }
}
.product-info-section.freeze.fixed .comparison-chart-v2__product-image,
.product-info-section.freeze.bottom .comparison-chart-v2__product-image,
.nav-carousel.freeze.fixed .comparison-chart-v2__product-image,
.nav-carousel.freeze.bottom .comparison-chart-v2__product-image {
  height: var(--data-sticky-image-height);
}
.product-info-section.freeze.fixed .hide-sticky-content,
.product-info-section.freeze.bottom .hide-sticky-content,
.nav-carousel.freeze.fixed .hide-sticky-content,
.nav-carousel.freeze.bottom .hide-sticky-content {
  display: none;
}
@keyframes expand {
  from {
    width: 75px;
  }
  to {
    width: 35px;
  }
}
.animate-expand {
  animation-name: expand;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}
.platform-components-compare-filter__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 20px;
  border: 1px solid #e2e2e5;
  border-radius: 10px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__wrapper {
    border: none;
  }
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 20px;
  border: 3px solid #e2e2e5;
}
.platform-components-compare-filter__wrapper .plp-facet-checkbox-input.form-checkbox-input.facet-toggle-input {
  display: none !important;
}
.platform-components-compare-filter__title {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #e2e2e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__title {
    display: none;
  }
}
.platform-components-compare-filter__dropdown-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  height: 100%;
  position: relative;
  max-height: 100%;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter {
  width: 100%;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-header {
  padding: 0;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title {
    font-size: 1rem;
  }
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title .in-stock {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title .in-stock {
    font-size: 0.875rem;
  }
}
.platform-components-compare-filter__dropdown-container .in-stock-filter .facet__title-container .facet-toggle-label {
  margin-right: 0;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter .facet__title-container .facet-toggle-label:focus {
  outline: none;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-trigger .icon-open {
  height: 1.125rem;
  width: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 0 25px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown {
    width: 100%;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list.active {
    position: absolute;
    top: calc(100% + 5px);
    margin-top: 0;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown {
    min-width: unset;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--button {
    padding: 10px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--list.active {
    width: 100%;
  }
  .platform-components-compare-filter__dropdown-container.mobileMenu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 450px;
    overflow-y: auto;
    height: 100%;
    padding: 50px 20px 20px 20px;
    transition: 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: 1000;
  }
  .platform-components-compare-filter__dropdown-container.mobileMenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 10000;
  }
}
.platform-components-compare-filter-overlay {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: none;
    transition: 200ms ease-in-out;
    z-index: 999;
  }
  .platform-components-compare-filter-overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
.platform-components-compare-filter__dropdown {
  position: relative;
  width: 100%;
  background: #ffffff;
  height: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
.platform-components-compare-filter__dropdown--button {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: uppercase !important;
  letter-spacing: 0;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: unset;
  border-bottom: 1px solid #5e5e5e;
  border-top: 1px solid #ffffff;
  border-radius: 0;
  color: #2e2e2e;
  background-color: #ffffff;
}
.platform-components-compare-filter__dropdown--button-label {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 500;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: #2e2e2e;
  text-align: left;
}
.platform-components-compare-filter__dropdown--button-label:hover,
.platform-components-compare-filter__dropdown--button-label:active,
.platform-components-compare-filter__dropdown--button-label:focus {
  color: #9b132b;
}
.platform-components-compare-filter__dropdown--button .icon-open {
  transition: 200ms ease-in-out;
  color: #c41230;
}
.platform-components-compare-filter__dropdown--button .icon-open svg {
  height: 11px;
  width: 11px;
}
.platform-components-compare-filter__dropdown--button .icon-open svg path {
  fill: #2e2e2e;
}
.platform-components-compare-filter__dropdown--button .icon-open:hover,
.platform-components-compare-filter__dropdown--button .icon-open:active,
.platform-components-compare-filter__dropdown--button .icon-open:focus {
  color: #9b132b;
}
.platform-components-compare-filter__dropdown--button .icon-open:hover svg path,
.platform-components-compare-filter__dropdown--button .icon-open:active svg path,
.platform-components-compare-filter__dropdown--button .icon-open:focus svg path {
  fill: #9b132b;
}
.platform-components-compare-filter__dropdown--button:hover {
  color: #9b132b;
  background-color: #ffffff;
}
.platform-components-compare-filter__dropdown--button:hover .platform-components-compare-filter__dropdown--button-label {
  color: #9b132b;
}
.platform-components-compare-filter__dropdown--button:hover .icon-open {
  color: #9b132b;
}
.platform-components-compare-filter__dropdown--button:hover .icon-open svg path {
  fill: #9b132b;
}
.platform-components-compare-filter__dropdown--button:focus,
.platform-components-compare-filter__dropdown--button.active {
  color: #9b132b;
  border: unset;
  outline: none;
  background: unset;
}
.platform-components-compare-filter__dropdown--button:focus .icon-open,
.platform-components-compare-filter__dropdown--button.active .icon-open {
  color: #9b132b;
}
.platform-components-compare-filter__dropdown--button:focus {
  border-bottom: 1px solid #c41230;
}
.platform-components-compare-filter__dropdown--button.active {
  border: unset;
}
.platform-components-compare-filter__dropdown--button.active .icon-open {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--button {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
}
.platform-components-compare-filter__dropdown--list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown--list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    transform-origin: top left;
    min-width: 100%;
    width: max-content;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--list {
    width: 100%;
    height: 0;
    margin: 0;
  }
}
.platform-components-compare-filter__dropdown--list.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
  z-index: 3;
  width: 100%;
}
.platform-components-compare-filter__dropdown--list-button {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none !important;
  height: 45px;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2e2e2e;
  background-color: #ffffff;
  border: none;
}
.platform-components-compare-filter__dropdown--list-button-title {
  padding: 0 10px;
  flex-shrink: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.platform-components-compare-filter__dropdown--list-button-check {
  display: block;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-shrink: 0;
  border-radius: 0.25em;
  transition: 200ms ease-in-out;
  background-color: transparent;
  border: 0.1em solid #2e2e2e;
}
.platform-components-compare-filter__dropdown--list-button-check svg {
  transition: 200ms ease-in-out;
  opacity: 0;
}
.platform-components-compare-filter__dropdown--list-button-check svg path {
  stroke: #000000;
}
.platform-components-compare-filter__dropdown--list-button-swatch {
  display: block;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-shrink: 0;
  border-radius: 0.25em;
  transition: 200ms ease-in-out;
  border: 0.1em solid #2e2e2e;
  margin-left: auto;
}
.platform-components-compare-filter__dropdown--list-button-radio {
  height: 16px;
  width: 16px;
  border: 1.5px solid #5e5e5e;
  border-radius: 50%;
  margin-right: .625rem;
  position: relative;
}
.platform-components-compare-filter__dropdown--list-button-radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 16%;
  left: 16%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #c41230;
}
.platform-components-compare-filter__dropdown--list-button.selected {
  color: #2e2e2e;
  background-color: #ffffff;
  border-color: #f6f6f6;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check {
  background-color: transparent;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border-color: #c41230;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check svg {
  opacity: 1;
  margin: auto;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check svg path {
  stroke: #c41230;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-radio {
  border-color: #c41230;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-radio:after {
  display: block;
}
.platform-components-compare-filter__dropdown--list-button:hover,
.platform-components-compare-filter__dropdown--list-button:focus,
.platform-components-compare-filter__dropdown--list-button:active {
  color: #9b132b;
  background-color: #ffffff;
  border: unset;
}
.platform-components-compare-filter__dropdown--list-button:hover .platform-components-compare-filter__dropdown--list-button-check,
.platform-components-compare-filter__dropdown--list-button:focus .platform-components-compare-filter__dropdown--list-button-check,
.platform-components-compare-filter__dropdown--list-button:active .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #9b132b;
}
.platform-components-compare-filter__dropdown--list-button:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown--list-button:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--list-button {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown-open,
  .platform-components-compare-filter__dropdown-close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-close {
    width: 50px;
    height: 40px;
    margin: unset;
    background: unset;
    border: unset;
    padding: unset;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .platform-components-compare-filter__dropdown-close .icons-close {
    color: #2e2e2e;
  }
  .platform-components-compare-filter__dropdown-close .icons-close::before {
    font-size: 20px;
  }
  .platform-components-compare-filter__dropdown-close .icons-close:hover {
    color: #9b132b;
  }
  .platform-components-compare-filter__dropdown-close:hover {
    background: unset;
  }
  .platform-components-compare-filter__dropdown-close.stackMobileFilters {
    display: none;
  }
}
.platform-components-compare-filter .pc-filter-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters,
.comparison-chart-v2-integrated .comparison-chart-v2__filters {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 1170px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .filters-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .filters-title {
  display: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .compare-filter,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .compare-filter {
  width: max-content;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .compare-filter-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .compare-filter-title {
  margin-right: 15px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__wrapper,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__wrapper {
  border: none;
  width: 100%;
  max-height: none;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__wrapper,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__wrapper {
    padding: 0;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__title {
  display: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown {
  width: unset;
  max-height: none;
  height: auto;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button {
  padding: 15px 10px;
  width: 200px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button-label,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button-label {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button {
    width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container {
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
  flex-wrap: wrap;
  position: static;
  max-height: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter {
  width: max-content;
  border-right: 1px solid #e2e2e5;
  padding-right: 20px;
  height: 100%;
  max-height: 50px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header {
  width: max-content;
  height: 100%;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container {
  width: max-content;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-title {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter {
    width: 100%;
    border: none;
    padding: 0;
    height: auto;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container {
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container {
    width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list {
  position: absolute;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list {
    position: relative;
    margin-top: 0;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.mobileMenu,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.mobileMenu {
    position: fixed;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    align-items: stretch;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown {
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list {
    position: absolute;
    margin-top: 0;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button {
  padding: 0 10px;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button {
    max-width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list.active,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list.active {
  max-width: 200px;
  min-width: 100%;
  width: max-content;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters {
    margin-bottom: 0;
  }
}
.comparison-chart-v2-integrated .comparison-chart-v2__filters {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .comparison-chart-v2-detailed .comparison-chart-v2 > .comparison-chart-v2__filters.stackMobileFilters {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list-button {
    padding: 0 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown {
    min-width: unset;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--button {
    padding: 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--list.active {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__wrapper {
    padding: 0;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    display: none;
  }
}
.comparison-chart-v2-detailed .comparison-chart-v2 .platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
  max-width: 100%;
}
.platform-components-compare.mobile-filter-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare.mobile-filter-container {
    display: block;
  }
  .platform-components-compare.mobile-filter-container .stackMobileFilters {
    display: none;
  }
}
.platform-components-compare.mobile-filter-container .platform-components-compare-filter__dropdown-container.stackMobileFilters {
  display: none;
}
.platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
  width: 200px;
}
.platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button .filter-place-holder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
    width: 100%;
  }
}
.filter-dropdown-selected {
  min-width: 200px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button {
  border: 1px solid #e2e2e5;
  border-radius: 4px;
  position: relative;
  padding: 10px !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button.active {
  border: 1px solid #e2e2e5;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:focus {
  border: 1px solid #e2e2e5;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .label-on-border {
  top: -6px;
  left: 10px;
  padding-left: 3px;
  text-transform: uppercase;
  color: #2e2e2e;
  background-color: #ffffff;
  font-size: 0.625rem;
  line-height: 100%;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .filter-dropdown-selected .platform-components-compare-filter__dropdown--button .label-on-border {
    background-color: #ffffff;
  }
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .filter-place-holder {
  font-size: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.28px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .filter-place-holder:hover {
  color: #9b132b;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .icon-open svg {
  height: 11px;
  width: 11px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .icon-open svg path {
  fill: #2e2e2e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:hover .filter-place-holder {
  color: #9b132b;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:hover .icon-open svg path {
  fill: #9b132b;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list {
  display: none;
  border: 1px solid #e2e2e5;
  top: calc(100% + 5px);
  margin-top: 0;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list.active {
  display: block;
  background: #ffffff;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  border-width: 1px;
  margin-top: 5px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button {
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus {
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus {
  color: #2e2e2e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover .platform-components-compare-filter__dropdown--list-button-check,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active .platform-components-compare-filter__dropdown--list-button-check,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #2e2e2e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button.selected {
  color: #c41230;
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #c41230;
}
.comparison-chart-v2-detailed .filter-dropdown-selected {
  min-width: unset;
}

.stickyNav .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button {
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-left-width: 1px !important;
}
.stickyNav .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:last-of-type {
  border-right-width: 1px !important;
}
.stickyNav .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:after {
  bottom: 1px !important;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__title {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #ffffff;
  border-color: #e2e2e5;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button {
  color: #5e5e5e;
  background-color: transparent;
  border-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button.active {
  color: #2e2e2e;
  background-color: transparent;
  border-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button.active:after {
  background-color: #c41230;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button:hover {
    color: #9b132b;
    background-color: transparent;
    border-color: #e2e2e5;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button:hover:after {
    background-color: #d8d8db;
  }
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-01 .slick-arrow .icons-arrow-right {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-01 .slick-arrow:after {
  background: linear-gradient(to left, #ffffff 45%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0)) !important;
}
.platform-components-sticky-nav--theme-01 .sticky-full-width:before {
  background-color: #ffffff;
  border-color: #e2e2e5;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-01 .sticky-border-bottom:after {
  background-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-01 .pc-menu-wrapper {
  background-color: #ffffff;
}
.platform-components-sticky-nav--theme-01 .animenu__btn__bar {
  background-color: #5e5e5e;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__title {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #f6f6f6;
  border-color: #e2e2e5;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button {
  color: #5e5e5e;
  background-color: transparent;
  border-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button.active {
  color: #2e2e2e;
  background-color: transparent;
  border-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button.active:after {
  background-color: #c41230;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button:hover {
    color: #9b132b;
    background-color: transparent;
    border-color: #e2e2e5;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button:hover:after {
    background-color: #d8d8db;
  }
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:active {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-02 .slick-arrow .icons-arrow-right {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-02 .slick-arrow:after {
  background: linear-gradient(to left, #f6f6f6 45%, rgba(246, 246, 246, 0.8) 70%, rgba(246, 246, 246, 0)) !important;
}
.platform-components-sticky-nav--theme-02 .sticky-full-width:before {
  background-color: #f6f6f6;
  border-color: #e2e2e5;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-02 .sticky-border-bottom:after {
  background-color: #e2e2e5;
}
.platform-components-sticky-nav--theme-02 .pc-menu-wrapper {
  background-color: #f6f6f6;
}
.platform-components-sticky-nav--theme-02 .animenu__btn__bar {
  background-color: #5e5e5e;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__title {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #eeeeee;
  border-color: #d8d8db;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button {
  color: #5e5e5e;
  background-color: transparent;
  border-color: #d8d8db;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button.active {
  color: #2e2e2e;
  background-color: transparent;
  border-color: #d8d8db;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button.active:after {
  background-color: #c41230;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button:hover {
    color: #9b132b;
    background-color: transparent;
    border-color: #d8d8db;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button:hover:after {
    background-color: #d8d8db;
  }
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #9b132b;
}
.platform-components-sticky-nav--theme-03 .slick-arrow .icons-arrow-right {
  color: #5e5e5e;
}
.platform-components-sticky-nav--theme-03 .slick-arrow:after {
  background: linear-gradient(to left, #eeeeee 45%, rgba(238, 238, 238, 0.8) 70%, rgba(238, 238, 238, 0)) !important;
}
.platform-components-sticky-nav--theme-03 .sticky-full-width:before {
  background-color: #eeeeee;
  border-color: #d8d8db;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-03 .sticky-border-bottom:after {
  background-color: #d8d8db;
}
.platform-components-sticky-nav--theme-03 .pc-menu-wrapper {
  background-color: #eeeeee;
}
.platform-components-sticky-nav--theme-03 .animenu__btn__bar {
  background-color: #5e5e5e;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__title {
  color: #d8d8db;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #2e2e2e;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button {
  color: #d8d8db;
  background-color: transparent;
  border-color: #000000;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button.active {
  color: #ffffff;
  background-color: transparent;
  border-color: #000000;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button.active:after {
  background-color: #c41230;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button:hover {
    color: #aaaaaa;
    background-color: transparent;
    border-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button:hover:after {
    background-color: #000000;
  }
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: #aaaaaa;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb {
  color: #d8d8db;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #d8d8db;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #aaaaaa;
}
.platform-components-sticky-nav--theme-04 .slick-arrow .icons-arrow-right {
  color: #d8d8db;
}
.platform-components-sticky-nav--theme-04 .slick-arrow:after {
  background: linear-gradient(to left, #2e2e2e 45%, rgba(46, 46, 46, 0.8) 70%, rgba(46, 46, 46, 0)) !important;
}
.platform-components-sticky-nav--theme-04 .sticky-full-width:before {
  background-color: #2e2e2e;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
.platform-components-sticky-nav--theme-04 .sticky-border-bottom:after {
  background-color: #000000;
}
.platform-components-sticky-nav--theme-04 .pc-menu-wrapper {
  background-color: #2e2e2e;
}
.platform-components-sticky-nav--theme-04 .animenu__btn__bar {
  background-color: #d8d8db;
}
/* sticky nav */
.platform-components-sticky-nav {
  position: relative;
  z-index: 10;
}
.platform-components-sticky-nav.platform-components-sticky-nav--hidden {
  height: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav.platform-components-sticky-nav--hide-mobile {
    height: 0px;
    overflow: hidden;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left {
  display: flex;
  margin-right: auto;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left {
    margin-right: initial;
    flex-direction: row-reverse;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb {
    display: none;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .icons-arrow-right {
  font-size: 24px;
  margin: 0 20px;
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link,
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-active-page {
  font-family: 'Avenir-Black', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link,
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-active-page {
    font-size: 0.9375rem;
  }
}
.platform-components-sticky-nav__title {
  display: none;
  visibility: hidden;
  z-index: 2;
  font-family: 'Avenir-Black', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
}
.platform-components-sticky-nav__title img {
  max-height: 70px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav__title {
    font-size: 0.9375rem;
  }
  .platform-components-sticky-nav__title img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__title {
    display: block;
    visibility: visible;
  }
}
.platform-components-sticky-nav__buttons-wrapper {
  justify-content: center;
}
.platform-components-sticky-nav__buttons-wrapper,
.platform-components-sticky-nav__menu {
  width: 100%;
  height: 70px;
  max-height: 70px;
  display: flex;
  align-items: center;
  top: 0;
  max-width: 73.125rem;
  margin: 0 auto;
}
.platform-components-sticky-nav__buttons-wrapper.slick-slider,
.platform-components-sticky-nav__menu.slick-slider {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper,
  .platform-components-sticky-nav__menu {
    transition: max-height 0.3s ease 0.3s, height 0.3s ease 0.3s;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--title,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--title {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1190px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--title.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--title.platform-components-sticky-nav--position-sticky {
    max-width: 1190px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.platform-components-sticky-nav__buttons-wrapper .slick-list,
.platform-components-sticky-nav__menu .slick-list {
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden {
  position: fixed;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease 0.3s;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
  visibility: visible;
  max-height: 70px;
  transform: translateY(0%);
  top: 0;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-negative-reveal 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    max-height: 60px;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-hidden-shrink-reveal 0.6s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
  position: fixed;
  visibility: visible;
  max-height: 70px;
  transform: translateY(0);
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper:hover,
  .platform-components-sticky-nav__menu:hover {
    transition: height 0.3s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  margin: 0 2px;
  position: relative;
  outline: none !important;
  text-decoration: none;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  height: 70px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  transition: height 0.3s ease 0.3s, background-color 0.2s ease, color 0.2s ease;
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:after,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  opacity: 1;
  transform-origin: center;
  transition: all 0.2s ease;
  z-index: 1;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button.active,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button.active {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button.active:after,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button.active:after {
  transform: scaleX(1);
  height: 3px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:hover,
  .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover {
    height: 70px;
  }
  .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:hover:after,
  .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover:after {
    height: 3px;
    transform: scaleX(1);
    opacity: 1;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky {
  position: fixed;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky .button-next,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky .button-next {
  right: 0.625rem;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky .button-prev,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky .button-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover),
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) {
    height: 30px;
    max-height: 30px;
    transition: max-height 0.3s ease 0.3s, height 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) .platform-components-sticky-nav__button {
    height: 30px;
    transition: height 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop {
    transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop .platform-components-sticky-nav__button {
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:hover .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:hover .platform-components-sticky-nav__button {
    transition: height 0.3s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop {
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop .platform-components-sticky-nav__button,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop .platform-components-sticky-nav__button {
  transition: height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up {
  transform: translateY(0);
  transition: all 0.3s ease 0.3s;
  animation: none;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down {
  transform: translateY(-110%);
}
.platform-components-sticky-nav__buttons-wrapper.sticky-border-bottom:after,
.platform-components-sticky-nav__menu.sticky-border-bottom:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 2px;
  bottom: 0;
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width.platform-components-sticky-nav__buttons-wrapper,
.platform-components-sticky-nav__menu.sticky-full-width.platform-components-sticky-nav__buttons-wrapper {
  border-width: 0px!important;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width:before,
.platform-components-sticky-nav__menu.sticky-full-width:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
  z-index: 1;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width.sticky-border-bottom:after,
.platform-components-sticky-nav__menu.sticky-full-width.sticky-border-bottom:after {
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-sticky-nav .slick-track {
  transition: transform 0.3s ease;
}
.platform-components-sticky-nav .slick-arrow {
  text-decoration: none;
  height: calc(98%);
  width: 50px;
  position: absolute;
  z-index: 3;
  padding: 0;
  -webkit-appearance: initial;
}
.platform-components-sticky-nav .slick-arrow:hover,
.platform-components-sticky-nav .slick-arrow:active,
.platform-components-sticky-nav .slick-arrow:focus {
  outline: none !important;
}
.platform-components-sticky-nav .slick-arrow .icons-arrow-right {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 1.5rem;
}
.platform-components-sticky-nav .slick-arrow:after {
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.platform-components-sticky-nav .button-next {
  right: 0;
}
.platform-components-sticky-nav .button-next:after {
  right: 0;
}
.platform-components-sticky-nav .button-prev {
  transform: scaleX(-1);
  left: 0;
}
.platform-components-sticky-nav .button-prev:after {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav {
    height: 70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky {
    top: 0px;
    z-index: 999;
    right: 0px;
    left: 0px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down {
    top: -20px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom {
    top: unset;
    bottom: 0;
    transition: all 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-reveal 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up {
    transform: translateY(0%);
    top: unset;
    bottom: 0;
    transition: transform 0.3s ease 0.3s;
    animation: none;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transition: transform 0.3s ease 0.3s, bottom 0s linear 0.6s;
    transform: translateY(100%);
    bottom: -70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-hidden-shrink-reveal-reverse 0.6s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--hidden {
    top: unset;
    bottom: 0;
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom:hover {
    transition: height 0.3s ease;
  }
}
@media only screen and (max-width: 1023px) {
  .platform-components-sticky-nav {
    height: 70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav {
    height: 60px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu {
    height: 60px;
    max-height: 60px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper button.platform-components-sticky-nav__button,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu button.platform-components-sticky-nav__button {
    width: auto !important;
    height: 60px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky {
    height: 60px;
    bottom: -60px;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease 0.3s;
    transform: translateY(-100%);
    top: unset;
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky {
    transform: translateY(-100%);
    transition: all 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden {
    left: unset;
    top: unset;
    bottom: 0;
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky {
    transition: none;
    top: 0;
    bottom: unset;
    transform: none;
    transform: translateY(0%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden {
    transition: all 0.3s ease 0.3s;
    transform: translateY(-100%);
    top: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up {
    transition: transform 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--hide-mobile {
    display: none;
  }
}
.platform-components-sticky-nav .pc-menu-toggle {
  z-index: 2;
  display: block;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 27px;
  width: 27px;
  border: none;
  margin-right: 30px;
}
.platform-components-sticky-nav .pc-menu-toggle:hover {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .pc-menu-toggle {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.platform-components-sticky-nav .animenu__btn__bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 2px;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.platform-components-sticky-nav .animenu__btn__bar + .animenu__btn__bar {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .animenu__btn__bar {
    display: none;
  }
}
.platform-components-sticky-nav .icons-arrow-down {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .icons-arrow-down {
    display: block;
  }
}
.platform-components-sticky-nav .pc-menu-wrapper {
  display: none;
}
.platform-components-sticky-nav .pc-menu-wrapper .platform-components-sticky-nav__button:after {
  display: none;
}
.platform-components-sticky-nav .menu-active .icons-arrow-down {
  transform: rotateX(180deg);
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar {
  margin: 0;
  position: absolute;
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(1) {
  transform: rotate(45deg);
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(2) {
  opacity: 0;
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.platform-components-sticky-nav .menu-active .pc-menu-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-top: 70px;
  padding: 20px;
  z-index: 2;
  top: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .menu-active .pc-menu-wrapper {
    margin-top: 60px;
  }
}
.platform-components-sticky-nav .menu-active .pc-menu-wrapper .platform-components-sticky-nav__button {
  border: none;
}
.platform-components-sticky-nav .platform-components-sticky-nav__menu .platform-components-sticky-nav__title {
  display: block;
  visibility: visible;
}
.platform-components-sticky-nav .dpc-sticky-breadcumbs {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .platform-components-container .full-width .platform-components-sticky-nav__buttons-wrapper,
  .containerV2 .full-width .platform-components-sticky-nav__buttons-wrapper {
    margin: 0;
  }
}
@keyframes sticky-nav-reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-reveal-reverse {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-negative-reveal {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-negative-reveal-reverse {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-hidden-shrink-reveal {
  from {
    transform: translateY(-100%);
    height: 30px;
    max-height: 30px;
  }
  to {
    transform: translateY(0%);
    height: 30px;
    max-height: 30px;
  }
}
@keyframes sticky-nav-hidden-shrink-reveal-reverse {
  from {
    transform: translateY(100%);
    height: 30px;
    max-height: 30px;
  }
  to {
    transform: translateY(0%);
    height: 30px;
    max-height: 30px;
  }
}

.platform-components-rich-text.platform-components-rich-text--theme-01 {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p,
.platform-components-rich-text.platform-components-rich-text--theme-01 h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link {
  color: #2e2e2e;
  text-shadow: 0 0 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 0 1.25px 0 #ffffff, 1.25px 1.25px 0 #ffffff, -1.25px 1.25px 0 #ffffff, 0 1.5px 0 #ffffff, 1.5px 1.5px 0 #ffffff, -1.5px 1.5px 0 #ffffff, 0 -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  background-image: linear-gradient(#c41230, #c41230);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link:hover {
  color: #ffffff;
  box-shadow: -4px 0 #2e2e2e, 4px 0 #2e2e2e;
  background-image: linear-gradient(#2e2e2e, #2e2e2e);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #9b132b;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color em {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:after {
  background: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color em {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th {
  background: #5e5e5e;
  border-color: #5e5e5e;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th b,
.platform-components-rich-text.platform-components-rich-text--theme-01 table th em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table td {
  background: #ffffff;
  border-color: #d8d8db;
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 p,
.platform-components-rich-text.platform-components-rich-text--theme-02 h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 b,
.platform-components-rich-text.platform-components-rich-text--theme-02 em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link {
  color: #2e2e2e;
  text-shadow: 0 0 0 #f6f6f6, 1px 0 0 #f6f6f6, -1px 0 0 #f6f6f6, 0 1px 0 #f6f6f6, 1px 1px 0 #f6f6f6, -1px 1px 0 #f6f6f6, 0 1.25px 0 #f6f6f6, 1.25px 1.25px 0 #f6f6f6, -1.25px 1.25px 0 #f6f6f6, 0 1.5px 0 #f6f6f6, 1.5px 1.5px 0 #f6f6f6, -1.5px 1.5px 0 #f6f6f6, 0 -1px 0 #f6f6f6, -1px -1px 0 #f6f6f6, 1px -1px 0 #f6f6f6;
  background-image: linear-gradient(#c41230, #c41230);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link:hover {
  color: #f6f6f6;
  box-shadow: -4px 0 #2e2e2e, 4px 0 #2e2e2e;
  background-image: linear-gradient(#2e2e2e, #2e2e2e);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a:hover {
  color: #9b132b;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color em {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:after {
  background: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color em {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table th {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table td {
  background: #f6f6f6;
  border-color: #d8d8db;
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 p,
.platform-components-rich-text.platform-components-rich-text--theme-03 h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 b,
.platform-components-rich-text.platform-components-rich-text--theme-03 em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link {
  color: #2e2e2e;
  text-shadow: 0 0 0 #eeeeee, 1px 0 0 #eeeeee, -1px 0 0 #eeeeee, 0 1px 0 #eeeeee, 1px 1px 0 #eeeeee, -1px 1px 0 #eeeeee, 0 1.25px 0 #eeeeee, 1.25px 1.25px 0 #eeeeee, -1.25px 1.25px 0 #eeeeee, 0 1.5px 0 #eeeeee, 1.5px 1.5px 0 #eeeeee, -1.5px 1.5px 0 #eeeeee, 0 -1px 0 #eeeeee, -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee;
  background-image: linear-gradient(#c41230, #c41230);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link:hover {
  color: #eeeeee;
  box-shadow: -4px 0 #2e2e2e, 4px 0 #2e2e2e;
  background-image: linear-gradient(#2e2e2e, #2e2e2e);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a:hover {
  color: #9b132b;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color em {
  color: #5e5e5e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote em {
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:after {
  background: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color em {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table th {
  background: #9b132b;
  border-color: #9b132b;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table td {
  background: #eeeeee;
  border-color: #5e5e5e;
  color: #2e2e2e;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 p,
.platform-components-rich-text.platform-components-rich-text--theme-04 h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 b,
.platform-components-rich-text.platform-components-rich-text--theme-04 em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link {
  color: #ffffff;
  text-shadow: 0 0 0 #2e2e2e, 1px 0 0 #2e2e2e, -1px 0 0 #2e2e2e, 0 1px 0 #2e2e2e, 1px 1px 0 #2e2e2e, -1px 1px 0 #2e2e2e, 0 1.25px 0 #2e2e2e, 1.25px 1.25px 0 #2e2e2e, -1.25px 1.25px 0 #2e2e2e, 0 1.5px 0 #2e2e2e, 1.5px 1.5px 0 #2e2e2e, -1.5px 1.5px 0 #2e2e2e, 0 -1px 0 #2e2e2e, -1px -1px 0 #2e2e2e, 1px -1px 0 #2e2e2e;
  background-image: linear-gradient(#aaaaaa, #aaaaaa);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link:hover {
  color: #2e2e2e;
  box-shadow: -4px 0 #ffffff, 4px 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a {
  color: #aaaaaa;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a:hover {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:after {
  background: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color em {
  color: #c41230;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table th {
  background: #9b132b;
  border-color: #9b132b;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table td {
  background: #2e2e2e;
  border-color: #000000;
  color: #ffffff;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../digital-platform/clientlibs/global/resources/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../digital-platform/clientlibs/global/resources/OpenSans-Regular.ttf');
  font-display: swap;
}
.platform-components-rich-text {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text {
    font-size: 16px;
  }
}
.platform-components-rich-text h1,
.platform-components-rich-text h2,
.platform-components-rich-text h3,
.platform-components-rich-text h4,
.platform-components-rich-text h5,
.platform-components-rich-text h6 {
  margin-top: 0;
}
.platform-components-rich-text h1 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h1 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h2 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h2 {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h3 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h3 {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h4 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h4 {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h5 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h5 {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h6 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h6 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text p,
.platform-components-rich-text ul,
.platform-components-rich-text ol,
.platform-components-rich-text li,
.platform-components-rich-text blockquote,
.platform-components-rich-text table,
.platform-components-rich-text td,
.platform-components-rich-text th {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text p,
  .platform-components-rich-text ul,
  .platform-components-rich-text ol,
  .platform-components-rich-text li,
  .platform-components-rich-text blockquote,
  .platform-components-rich-text table,
  .platform-components-rich-text td,
  .platform-components-rich-text th {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text b,
.platform-components-rich-text strong,
.platform-components-rich-text th {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-rich-text .overline-1 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-1 {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-rich-text .overline-2 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-2 {
    font-size: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-rich-text .subtitle-1 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .subtitle-1 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-1 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-1 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-2 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-2 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .caption {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .caption {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .disclaimer {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.625rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .disclaimer {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-quote {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-quote {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-highlight-color {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-highlight-color {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-rich-text > *:last-child {
  margin-bottom: 0;
}
.platform-components-rich-text .pc-quote::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 35px;
}
.platform-components-rich-text .pc-quote::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-top: 35px;
}
.platform-components-rich-text .pc-box-link {
  text-decoration: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 100% 2.5px;
  -webkit-transition: background-image 1s ease-in;
  transition: background-image 1s ease-in;
  overflow: visible;
}
.platform-components-rich-text .pc-box-link:hover {
  text-shadow: none;
  background-position: 0 90%;
  background-size: 100% 2em;
  transition: color 0.2s ease-in, background-size 0.2s ease-in, box-shadow 0.1s ease-in 0.1s;
}
.platform-components-rich-text .pc-box-link a {
  color: inherit !important;
  text-decoration: unset;
}
.platform-components-rich-text .pc-box-link a:hover {
  color: inherit;
}
.platform-components-rich-text .pc-dropped-capital {
  display: inline-block;
}
.platform-components-rich-text .pc-dropped-capital:first-letter {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  line-height: .6em;
  float: left;
  margin-right: 18px;
  color: #c41230;
}
.platform-components-rich-text table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
.platform-components-rich-text table th {
  padding: 15px;
  border: 1px solid;
  text-align: left;
}
.platform-components-rich-text table td {
  padding: 15px;
  overflow: hidden;
  border: 1px solid;
}
.platform-components-rich-text .platform-components-rich-text__table-wrapper {
  overflow-x: auto;
}

.platform-components-visual-nav {
  margin: auto;
}
.platform-components-visual-nav.transparent {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.platform-components-visual-nav.margin-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.platform-components-visual-nav.margin-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.platform-components-visual-nav.margin-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.platform-components-visual-nav:not(.pc-carousel-wrapper) {
  overflow-x: auto;
}
.platform-components-visual-nav .visual-nav-card-main {
  margin: auto;
}
.platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: initial;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
  display: block;
  text-decoration: none;
  text-transform: none;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-carousel-item {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
  flex: 0 0 50%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):active {
  outline: 0px !important;
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:nth-last-child(1) {
  border-right: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover {
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:focus {
  cursor: pointer;
  outline: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 12px;
  transition: all .2s ease;
  font-style: normal;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:not([class]) {
  line-height: 1.2;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:before {
  content: "";
  position: absolute;
  bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-rollover-image {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  position: absolute;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-initial-image {
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover cite {
  cursor: pointer;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-rollover-image {
  opacity: 1;
  visibility: visible;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-initial-image {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 420px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 580px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: initial;
  }
}
.platform-components-visual-nav.pc-carousel-wrapper .arrows-track {
  height: 100%;
}
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-desktop="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-tablet="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-mobile="true"] .arrows-track {
  height: calc(100% - 80px);
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main {
  display: flex;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main .pc-carousel-item {
  opacity: 0;
  transition: 0.2s ease-in all;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized {
  display: block;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized .pc-carousel-item {
  opacity: 1;
}
.platform-components-visual-nav * {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-small .pc-badge-image {
  height: 24px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-medium .pc-badge-image {
  height: 40px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-large .pc-badge-image {
  height: 84px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-xlarge .pc-badge-image {
  height: 185px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
.visualNavigationV2 {
  position: relative;
}
.visualNavigationV2 .visual-nav-copy:hover {
  text-decoration: none;
}
.visualNavigationV2 .withicon.withicon-left {
  flex-direction: row-reverse;
}
.visualNavigationV2 .withicon.withicon-bottom {
  flex-direction: column;
}
.visualNavigationV2 .withicon [class^="icons-"],
.visualNavigationV2 .withicon [class*=" icons-"] {
  font-weight: inherit;
}
.platform-components-visual-nav {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  letter-spacing: 0;
  background: #eeeeee;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main {
  max-width: 58.375rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
    border-right: 0 solid #d8d8db;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
  padding: 5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
    padding: 10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  padding: 0 0;
  background: #eeeeee;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 15px 0 0;
  width: 65px;
  height: 65px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
    width: 80px;
    height: 80px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  color: #2e2e2e;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:not([class]) {
  text-transform: uppercase;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:before {
  background: #d8d8db;
  height: 3px;
  width: 0;
  left: 50%;
  right: 50%;
  opacity: 1;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active {
  border-color: #d8d8db;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card {
  background: #eeeeee;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content {
  top: 0;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite {
  color: #c41230;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main {
    margin: 0.5rem 0.5rem 1.5rem;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main:not(.pc-carousel-container) {
  max-width: unset;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
  flex: 0 0 20%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: auto;
  margin-top: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
    margin-top: 1rem;
    flex: 0 0 50%;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:nth-child(n + 11) {
  display: none;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 0 auto;
  width: 100%;
  height: 90%;
  background-color: #ffffff;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-transform: none;
  font-family: "Avenir", sans-serif;
  padding-bottom: 0;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 0;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    width: 80%;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
  width: 80%;
  margin-bottom: 16%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    transition: none;
    width: 80%;
    margin-bottom: unset;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
  z-index: 0;
  bottom: 5%;
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
    transition: unset;
    margin-bottom: 0.4375rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite {
  color: #2e2e2e;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image__wrapper {
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
  display: flex;
  z-index: -1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3125rem;
  justify-content: center;
  width: 100%;
  text-align: center;
  transition: 0.4s ease;
  position: absolute;
  bottom: -20%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
    z-index: 0;
    position: relative;
    margin-bottom: 0.4375rem;
    font-size: 0.625rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link {
  flex-basis: 50%;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link:hover {
  color: #a00a1d;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link.shop-all {
  border-left: 0.0625rem solid #e2e2e5;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main {
  justify-content: center;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper {
  border: 0px;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  display: grid;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image__wrapper,
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  background: transparent;
}
.platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
  max-width: 58.375rem;
}
.platform-components-visual-nav.theme-03 .arrows-track.arrow-primary-dark .slick-arrow {
  background: #000000;
  color: #ffffff;
}
.platform-components-visual-nav.theme-03 .arrows-track.arrow-primary-dark .slick-arrow.slick-disabled {
  background: #5e5e5e;
  opacity: 100%;
  color: #ffffff;
}
.platform-components-visual-nav.theme-03 .arrows-track.arrow-primary-dark .slick-arrow:hover,
.platform-components-visual-nav.theme-03 .arrows-track.arrow-primary-dark .slick-arrow:focus {
  background: #9b132b;
  color: #ffffff;
}
.platform-components-visual-nav.theme-04 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  color: #ffffff;
}
.platform-components-visual-nav.theme-04 .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav.theme-04 .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav.theme-04 .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite {
  color: #c41230;
}
.platform-components-visual-nav.theme-04 .arrows-track.arrow-primary-light .slick-arrow.slick-disabled {
  background: #5e5e5e;
  opacity: 100%;
  color: #ffffff;
}
.platform-components-visual-nav.theme-04 .arrows-track.arrow-primary-light .slick-arrow:hover,
.platform-components-visual-nav.theme-04 .arrows-track.arrow-primary-light .slick-arrow:focus {
  background: #9b132b;
  color: #ffffff;
}

.platform-components-visual-nav .visual-nav-card-main.pc-carousel-container {
  max-width: none;
}

.pc-vis-tabs {
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.pc-vis-tabs .cmp-tabs__tab {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  height: inherit;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border: transparent;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image picture {
  width: 100%;
  height: 100%;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pc-vis-tabs .cmp-tabs__tab .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab.flex-column .tab-image {
  margin-bottom: 10px;
}
.pc-vis-tabs .cmp-tabs__tab.flex-row .tab-image {
  margin-right: 5px;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:hover .tab-initial-image,
.pc-vis-tabs .cmp-tabs__tab:hover .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab:not(.cmp-tabs__tab--active):hover .tab-rollover-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.pc-vis-tabs .cmp-tabs__tab--active:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tabpanel {
  display: none;
  outline: none;
}
.pc-vis-tabs .cmp-tabs__tabpanel--active {
  display: block;
}
@media (min-width: 768px) {
  .pc-vis-tabs .stack-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tablist.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.mobile-show {
    display: block;
  }
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container {
  display: block!important;
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container p {
  border: 1px solid #000;
  display: inline-block;
  font-weight: 800;
  padding: 5px 20px;
  background: #f1f1f1;
}
.pc-vis-tabs .cmp-tabs__tab {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #2e2e2e;
  padding: 15px 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .pc-vis-tabs .cmp-tabs__tab {
    font-size: 1rem;
  }
}
.pc-vis-tabs .cmp-tabs__tab:before {
  bottom: 0;
  height: 0;
  background-color: unset;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  height: 3px;
  left: 50%;
  right: 50%;
  background-color: #d8d8db;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  color: #9b132b;
}
.pc-vis-tabs .cmp-tabs__tab:hover:before {
  background-color: unset;
}
.pc-vis-tabs .cmp-tabs__tab:hover:after {
  background-color: #d8d8db;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active {
  color: #c41230;
}
.pc-vis-tabs .cmp-tabs__tab--active:before {
  background-color: unset;
}
.pc-vis-tabs .cmp-tabs__tab--active:after {
  background-color: #c41230;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover {
  color: #c41230;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover:after {
  background-color: #c41230;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover .tab-active-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab--active .tab-initial-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-active-image {
  display: block;
}

.platform-components-tabs .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.platform-components-tabs .cmp-tabs__tab {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  height: inherit;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border: transparent;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.platform-components-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tab:focus {
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.platform-components-tabs .cmp-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.platform-components-tabs .cmp-tabs__tab--active:focus {
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tabpanel {
  display: none;
  outline: none;
}
.platform-components-tabs .cmp-tabs__tabpanel--active {
  display: block;
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tabpanel.show-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .platform-components-tabs .stack-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tablist.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tabpanel.hide-mobile {
    display: none;
  }
}
.platform-components-tabs .cmp-tabs__tab {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #2e2e2e;
  padding: 15px 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .platform-components-tabs .cmp-tabs__tab {
    font-size: 1rem;
  }
}
.platform-components-tabs .cmp-tabs__tab:before {
  bottom: 0;
  height: 0;
  background-color: unset;
}
.platform-components-tabs .cmp-tabs__tab:after {
  height: 3px;
  left: 50%;
  right: 50%;
  background-color: #d8d8db;
  opacity: 1;
}
.platform-components-tabs .cmp-tabs__tab:hover,
.platform-components-tabs .cmp-tabs__tab:focus {
  color: #9b132b;
}
.platform-components-tabs .cmp-tabs__tab:hover:before,
.platform-components-tabs .cmp-tabs__tab:focus:before {
  background-color: unset;
}
.platform-components-tabs .cmp-tabs__tab:hover:after,
.platform-components-tabs .cmp-tabs__tab:focus:after {
  background-color: #d8d8db;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-tabs .cmp-tabs__tab--active {
  color: #c41230;
}
.platform-components-tabs .cmp-tabs__tab--active:before {
  background-color: unset;
}
.platform-components-tabs .cmp-tabs__tab--active:after {
  background-color: #c41230;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-tabs .cmp-tabs__tab--active:hover,
.platform-components-tabs .cmp-tabs__tab--active:focus {
  color: #c41230;
}
.platform-components-tabs .cmp-tabs__tab--active:hover:after,
.platform-components-tabs .cmp-tabs__tab--active:focus:after {
  background-color: #c41230;
}

.socialShare {
  position: relative;
  z-index: 5;
}
.dpc-social-share a {
  position: relative;
  outline: none !important;
  transition: 0.2s all ease-out;
  left: 0;
}
.dpc-social-share a svg path {
  transition: 0.2s all ease-out;
}
.dpc-social-share a svg path[fill="black"] {
  fill: currentColor;
}
.dpc-social-share:not(.dpc-social-fixed) a {
  margin-right: 10px;
}
.dpc-social-share:not(.dpc-social-fixed) a svg {
  width: 31px;
  height: 31px !important;
}
.dpc-social-share.dpc-social-fixed {
  position: absolute;
  left: 20px;
  top: 30px;
}
.dpc-social-share.dpc-social-fixed a {
  margin-bottom: 10px;
}
.dpc-social-share.dpc-social-fixed a svg {
  width: 48px;
  height: 48px !important;
}
.dpc-social-share.dpc-social-fixed a svg path[fill="black"] {
  opacity: .35;
}
.dpc-social-share.dpc-social-fixed a:hover svg path[fill="black"] {
  opacity: 1;
}
.dpc-social-move {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dpc-social-move {
    display: block;
  }
}
.dpc-social-move.dpc-locked {
  position: fixed!important;
}
.dpc-social-move.dpc-locked a:nth-child(2) {
  transition-delay: 0.05s;
}
.dpc-social-move.dpc-locked a:nth-child(3) {
  transition-delay: 0.1s;
}
.dpc-social-move.dpc-locked a:nth-child(4) {
  transition-delay: 0.15s;
}
.dpc-social-move.dpc-locked.dpc-hide a {
  left: -65px;
}

.platform-components-progress-bar #platform-components-post-progress-bar {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--hide-mobile {
    display: none;
    visibility: hidden;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-top.fixed {
  position: fixed;
  top: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-bottom {
  position: fixed;
  bottom: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-bottom.fixed {
  position: fixed;
  bottom: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  will-change: opacity, visibility;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-top.fixed {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: 10px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-top.fixed {
    top: 60px;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-bottom.fixed {
  position: fixed;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 10px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-bottom.fixed {
    bottom: 60px;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar__indicator {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
}
.platform-components-progress-bar.theme-01 #platform-components-post-progress-bar {
  background-color: #d5d5d5;
}
.platform-components-progress-bar.theme-01 #platform-components-post-progress-bar__indicator {
  background-color: #2e2e2e;
}
.platform-components-progress-bar.theme-02 #platform-components-post-progress-bar {
  background-color: #d5d5d5;
}
.platform-components-progress-bar.theme-02 #platform-components-post-progress-bar__indicator {
  background-color: #2e2e2e;
}
.platform-components-progress-bar.theme-03 #platform-components-post-progress-bar {
  background-color: #2e2e2e;
}
.platform-components-progress-bar.theme-03 #platform-components-post-progress-bar__indicator {
  background-color: #eeeeee;
}
.platform-components-progress-bar.theme-04 #platform-components-post-progress-bar {
  background-color: unset;
}
.platform-components-progress-bar.theme-04 #platform-components-post-progress-bar__indicator {
  background-color: unset;
}

.platform-components-page-meta {
  padding-top: 40px;
}
.platform-components-page-meta .page-meta-image {
  position: relative;
  width: 240px;
  height: 240px;
  min-width: 240px;
  overflow: hidden;
  border-radius: 100%;
}
.platform-components-page-meta .page-meta-copy .dpc-social svg {
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  fill: currentColor;
}

html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 2000000002;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 200ms ease-in-out;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.platform-components-modal__overlay.active {
  display: flex !important;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: fit-content;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close.with-text {
    height: 35px !important;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen {
  height: 100%;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .container {
  top: 50%;
  transform: translateY(-50%);
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}
.platform-components-modal .video {
  float: none;
}
.platform-components-modal__overlay {
  background-color: rgba(238, 238, 238, 0.9);
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.platform-components-modal__close:hover,
.platform-components-modal__close:active,
.platform-components-modal__close:focus {
  /* resets */
  background-color: unset;
  border: unset;
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-modal__close.icon-only .icons-close {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary:hover,
.platform-components-modal__close-primary:active,
.platform-components-modal__close-primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-modal__close-secondary:hover,
.platform-components-modal__close-secondary:active,
.platform-components-modal__close-secondary:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-modal__close-tertiary {
  padding: 15px 0;
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-modal__close-tertiary:hover,
.platform-components-modal__close-tertiary:active,
.platform-components-modal__close-tertiary:focus {
  color: #aaaaaa;
}
.platform-components-modal a:focus {
  outline: 1px solid #2e2e2e !important;
}
.platform-components-modal__editor:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.platform-components-modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-masthead__container {
  position: relative;
  display: flex;
}
.platform-components-masthead__container.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-masthead__container.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-masthead__container.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-masthead__container.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-masthead__container.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-masthead__container.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-masthead__container.animate-in .platform-components-masthead__preheader,
.platform-components-masthead__container.animate-in .platform-components-masthead__main-header,
.platform-components-masthead__container.animate-in .platform-components-masthead__body-copy,
.platform-components-masthead__container.animate-in .platform-components-masthead__subtitle,
.platform-components-masthead__container.animate-in .platform-components-masthead__disclaimer,
.platform-components-masthead__container.animate-in .platform-components-masthead__button-container,
.platform-components-masthead__container.animate-in .platform-components-masthead__scroll-indicator {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-masthead__container.no-min-height {
  min-height: initial!important;
}
.platform-components-masthead__breadcrumb {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__breadcrumb {
    font-size: 0.75rem;
  }
}
.platform-components-masthead__preheader {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__preheader {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-masthead__subtitle {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__body-copy {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__body-copy {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__body-copy b,
.platform-components-masthead__body-copy strong {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-masthead__disclaimer p {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.625rem;
  margin-bottom: 1.25rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__disclaimer p {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__disclaimer p b,
.platform-components-masthead__disclaimer p strong {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-masthead__absolute-container {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.platform-components-masthead__scroll-indicator {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__scroll-indicator {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.platform-components-masthead__scroll-indicator span {
  color: inherit;
  transform: translateY(0px);
  transition: transform .3s ease;
}
.platform-components-masthead__scroll-indicator:hover {
  text-decoration: none;
}
.platform-components-masthead__scroll-indicator:hover span {
  transform: translateY(5px);
}
.platform-components-masthead__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-masthead__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-masthead__button:hover,
.platform-components-masthead__button:active {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-masthead__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  margin-left: calc(11px);
  margin-right: calc(11px);
}
.platform-components-masthead__button:last-child {
  margin-bottom: 0;
}
.platform-components-masthead__button--primary.brand {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.brand:hover,
.platform-components-masthead__button--primary.brand:active,
.platform-components-masthead__button--primary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--primary.brand:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--primary.light {
  background-color: #ffffff;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.light:hover,
.platform-components-masthead__button--primary.light:active,
.platform-components-masthead__button--primary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--primary.dark {
  background-color: #2e2e2e;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.dark:hover,
.platform-components-masthead__button--primary.dark:active,
.platform-components-masthead__button--primary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--secondary.brand {
  background-color: transparent;
  color: #c41230;
  box-shadow: inset 0 0 0 2px #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.brand:hover,
.platform-components-masthead__button--secondary.brand:active,
.platform-components-masthead__button--secondary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.dark {
  background-color: transparent;
  color: #2e2e2e;
  box-shadow: inset 0 0 0 2px #2e2e2e;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.dark:hover,
.platform-components-masthead__button--secondary.dark:active,
.platform-components-masthead__button--secondary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.light:hover,
.platform-components-masthead__button--secondary.light:active,
.platform-components-masthead__button--secondary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.light:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--tertiary {
  padding: 15px 0;
}
.platform-components-masthead__button--tertiary.brand {
  color: #c41230;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.brand:hover,
.platform-components-masthead__button--tertiary.brand:active,
.platform-components-masthead__button--tertiary.brand:focus {
  color: #9b132b;
}
.platform-components-masthead__button--tertiary.dark {
  color: #2e2e2e;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.dark:hover,
.platform-components-masthead__button--tertiary.dark:active,
.platform-components-masthead__button--tertiary.dark:focus {
  color: #9b132b;
}
.platform-components-masthead__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.light:hover,
.platform-components-masthead__button--tertiary.light:active,
.platform-components-masthead__button--tertiary.light:focus {
  color: #aaaaaa;
}
.platform-components-masthead__button--tertiary:hover,
.platform-components-masthead__button--tertiary:active,
.platform-components-masthead__button--tertiary:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__button {
    font-size: 0.875rem;
  }
}
.platform-components-masthead__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-masthead__button.withicon-left .button-text {
  order: 2;
}
.platform-components-masthead__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-masthead__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-masthead__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__image-container--background .platform-components-masthead__image,
.platform-components-masthead__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-masthead__image-mobile {
    display: none;
  }
}
.platform-components-masthead__theme-01 {
  background-color: #ffffff;
  --overlay-color-1: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__main-header,
.platform-components-masthead__theme-01 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-01 .platform-components-masthead__color-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-02 {
  background-color: #f6f6f6;
  --overlay-color-1: rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__main-header,
.platform-components-masthead__theme-02 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-02 .platform-components-masthead__color-overlay {
  background-color: rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-03 {
  background-color: #eeeeee;
  --overlay-color-1: rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__main-header,
.platform-components-masthead__theme-03 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-03 .platform-components-masthead__color-overlay {
  background-color: rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-04 {
  background-color: #2e2e2e;
  --overlay-color-1: rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__theme-04 .platform-components-masthead__main-header,
.platform-components-masthead__theme-04 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__preheader {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a {
  color: #aaaaaa;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__color-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-masthead__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-masthead__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-masthead__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-masthead__center-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-masthead__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-masthead__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-masthead__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-masthead__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-masthead__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-masthead .platform-components-masthead__center-text--lg {
  text-align: center;
}
.platform-components-masthead .platform-components-masthead__center-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__center-text--lg .pc-countdown {
  justify-content: center;
}
.platform-components-masthead .platform-components-masthead__left-text--lg {
  text-align: left;
}
.platform-components-masthead .platform-components-masthead__left-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__left-text--lg .pc-countdown {
  justify-content: flex-start;
}
.platform-components-masthead .platform-components-masthead__right-text--lg {
  text-align: right;
}
.platform-components-masthead .platform-components-masthead__right-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__right-text--lg .pc-countdown {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .platform-components-masthead__center-text--md {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--md .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--md .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--md .pc-countdown {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .platform-components-masthead__center-text--sm {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--sm .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--sm .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--sm .pc-countdown {
    justify-content: flex-start;
  }
}
.platform-components-masthead__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.platform-components-masthead__content.platform-components-masthead__center-alignment--lg {
  align-items: center;
}
.platform-components-masthead__content.platform-components-masthead__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__middle-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg.with-disclaimer {
  padding-bottom: 7rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--md {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--sm {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.hideScroll .platform-components-masthead__absolute-container {
    display: none;
  }
  .platform-components-masthead__content.hideScroll.platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 0;
  }
}
.platform-components-masthead__content .platform-components-masthead__scroll-indicator.rotate-image img {
  animation: rotation 16s infinite linear;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader,
.platform-components-masthead__content--animate .platform-components-masthead__main-header,
.platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator,
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader {
  transition-delay: 0.2s;
}
.platform-components-masthead__content--animate .platform-components-masthead__main-header {
  transition-delay: 0.4s;
}
.platform-components-masthead__content--animate .platform-components-masthead__body-copy {
  transition-delay: 0.6s;
}
.platform-components-masthead__content--animate .platform-components-masthead__subtitle {
  transition-delay: 0.7s;
}
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transition-delay: 0.8s;
}
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator {
  transition-delay: 0.9s;
}
.platform-components-masthead__content--inner-container {
  z-index: 2;
}
.platform-components-masthead__content.platform-components-masthead__boxed-container {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .platform-components-masthead__content.platform-components-masthead__boxed-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1230px) {
  .platform-components-masthead__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.platform-components-masthead__width-lg--auto {
  width: auto;
}
.platform-components-masthead__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-masthead__width-lg--medium {
  width: 50%;
}
.platform-components-masthead__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__width-md--auto {
    width: auto;
  }
  .platform-components-masthead__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-md--medium {
    width: 50%;
  }
  .platform-components-masthead__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__width-sm--auto {
    width: auto;
  }
  .platform-components-masthead__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-sm--medium {
    width: 50%;
  }
  .platform-components-masthead__width-sm--large {
    width: 75%;
  }
}
.platform-components-masthead__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-masthead__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-masthead__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--md.platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--sm.platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .platform-components-masthead__content2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto!important;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1230px) {
  .platform-components-masthead .platform-components-masthead__content2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.platform-components-masthead .platform-components-masthead__content2 .platform-components-masthead__content--inner-container {
  pointer-events: initial;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-md.platform-components-masthead__top-alignment--md {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-sm.platform-components-masthead__top-alignment--sm {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
  padding-top: 30px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-top: 40px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-top: 145px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 34px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 50px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 74px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 00;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
.negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -57px;
}
.negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -70px;
}
.negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -84px;
}
.negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -185px;
}
.negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -34px;
}
.negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -50px;
}
.negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -74px;
}
.negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -150px;
}
.negative-badge .pc-clickable {
  outline: none;
}
.aem-AuthorLayer-Edit .platform-components-masthead,
.aem-AuthorLayer-Layouting .platform-components-masthead,
.aem-AuthorLayer-Developer .platform-components-masthead,
.aem-AuthorLayer-Timewarp .platform-components-masthead,
.aem-AuthorLayer-Edit .platform-components-masthead__container,
.aem-AuthorLayer-Layouting .platform-components-masthead__container,
.aem-AuthorLayer-Developer .platform-components-masthead__container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(0);
  opacity: 1;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.countdown-title {
  margin-bottom: 10px;
}
.pc-countdown {
  display: flex;
  margin-bottom: 40px;
}
.pc-countdown.dn {
  display: none;
}
.pc-countdown .time {
  background-color: #c41230;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  color: #fff;
  font-size: 64px;
  margin: 0 0.8rem;
  padding: 10px 10px 2px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .pc-countdown .time {
    font-size: 30px;
  }
}
.pc-countdown .time:first-of-type {
  margin-left: 0;
}
.pc-countdown .time:last-of-type {
  margin-right: 0;
}
.pc-countdown .time:before {
  content: attr(data-time);
  position: absolute;
  left: 50%;
  bottom: -20px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  transform: translateX(-50%);
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
}
.pc-countdown .time:after {
  content: ':';
  position: absolute;
  font-size: 3rem;
  right: -17px;
  top: 9px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .pc-countdown .time:after {
    font-size: 30px;
  }
}
.pc-countdown .time:last-of-type:after {
  display: none;
}
.platform-components-masthead__breadcrumb-container a::before {
  content: '/';
  position: absolute;
  left: -15px;
  pointer-events: none;
}
.platform-components-masthead__breadcrumb-container a:first-child {
  margin-left: 0;
}
.platform-components-masthead__breadcrumb-container a:first-child::before {
  display: none;
}
.mastheadComponentNew a:focus {
  outline: 0 !important;
}
.mastheadComponentNew .mastHeadrcardOuter {
  width: 65%;
  float: left;
  padding: 0 !important;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__content {
  position: absolute;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead.platform-components-masthead--v2 {
  margin-top: 0;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__container {
  padding: 0;
  max-height: 600px;
}
.mastheadComponentNew .mastHeadrcardOuter .theme-02-background {
  background: transparent;
  text-align: center;
  width: 100%;
  padding: 84.6px 10% 124.27px 10%;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__content img {
  display: inline-block;
}
.mastheadComponentNew .mastHeadrcardOuter p.platform-components-masthead__preheader {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  font-family: 'Avenir', sans-serif;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__button-container {
  justify-content: center !important;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__body-copy p {
  line-height: 100%;
}
.mastheadComponentNew .mastHeadrcardOuter h1.header-one {
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 650px;
  margin: auto;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__gradient-overlay {
  background: transparent !important;
}
.mastheadComponentNew .mastHeadrcardOuter p.platform-components-masthead__subtitle {
  color: #FFFFFF !important;
  line-height: 120%;
  margin-top: 20px;
  font-family: 'Avenir', sans-serif;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__button.platform-components-masthead__button--primary.brand {
  margin-top: 0;
  margin-right: 0;
  padding: 18px 0;
  width: 147px;
}
.mastheadComponentNew .mastHeadrcardOuter a.platform-components-masthead__button span.icons-arrow-right {
  display: none;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__button.withicon {
  justify-content: center;
}
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__image-container--background .platform-components-masthead__image,
.mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__image-container--background video {
  object-fit: revert;
}
@media only screen and (min-width: 1150px) and (max-width: 1250px) {
  .mastheadComponentNew .mastHeadrcardOuter .theme-02-background {
    padding: 84.6px 5% 124.27px 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1149px) {
  .mastheadComponentNew .mastHeadrcardOuter h1 {
    font-size: 40px !important;
    max-width: 430px !important;
    margin: auto;
  }
  .mastheadComponentNew .mastHeadrcardOuter .theme-02-background {
    padding: 84.6px 7% 124.27px 7%;
  }
}
@media only screen and (max-width: 768px) {
  .mastheadComponentNew .mastHeadrcardOuter {
    width: 100%;
    max-height: 425px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__button.withicon-right .button-icon {
    top: 0 !important;
  }
  .mastheadComponentNew .mastHeadrcardOuter h1.header-one {
    max-width: 335px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__image-container {
    left: 0;
    width: 100%;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__container {
    min-height: 375px;
    height: 375px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__content {
    height: auto;
    top: 0;
  }
  .mastheadComponentNew .mastHeadrcardOuter a.platform-components-masthead__button span.icons-arrow-right {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-left: 3px;
  }
  .mastheadComponentNew .mastHeadrcardOuter p.platform-components-masthead__subtitle {
    max-width: 280px;
    margin: auto;
    line-height: 140%;
  }
  .mastheadComponentNew .mastHeadrcardOuter p.platform-components-masthead__preheader {
    font-size: 12px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__button--primary.brand {
    background-color: transparent;
    color: #C41230;
    font-size: 12px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm {
    justify-content: flex-start;
  }
  .mastheadComponentNew .mastHeadrcardOuter h1.header-one {
    font-size: 30px;
    margin-bottom: 13.5px;
    margin-top: 5px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__body-copy {
    margin-bottom: 11.5px;
  }
  .mastheadComponentNew .mastHeadrcardOuter .theme-02-background {
    padding: 60px 20% 27.5px 20%;
  }
  .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__gradient-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 510px) {
  .mastheadComponentNew .mastHeadrcardOuter .theme-02-background {
    padding: 60px 7% 27.5px 7%;
  }
}
.mastheadComponentNew .mastHeadSmallCardOuter {
  width: 35%;
  float: left;
  padding: 0 !important;
  display: block !important;
}
.mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent {
  position: relative;
  text-align: center;
  top: 60px;
  max-width: 300px;
  margin: auto;
}
.mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent span.button-icon.icons-arrow-down {
  font-size: 25px;
  font-weight: 500;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne {
  position: relative;
  height: 300px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne .smallCardContent p.shopdirect {
  font-weight: 900;
  font-size: 12px;
  line-height: 120%;
  color: #2E2E2E;
  margin-bottom: 20px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne .smallCardContent h2 {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  color: #C41230;
  margin-bottom: 50px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne .smallCardContent a {
  color: #2E2E2E;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne .smallCardContent a:hover {
  color: #9b132b;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo {
  position: relative;
  min-height: calc(300px);
  max-height: 300px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo .smallCardContent {
  color: #ffffff;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo .smallCardContent p.shopdirect {
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 20px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo .smallCardContent h2 {
  font-weight: 900;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 50px;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo .smallCardContent a {
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo .smallCardContent a:hover {
  color: #000000 !important;
}
@media only screen and (max-width: 768px) {
  .mastheadComponentNew .mastHeadSmallCardOuter {
    width: 100%;
    position: relative;
    z-index: 12;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .platform-components-masthead__image-container--background {
    left: 0;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent {
    top: 25px;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent p.shopdirect {
    margin-bottom: 15px !important;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent h2 {
    font-size: 24px !important;
    max-width: 188px;
    margin: 0 auto 29px auto !important;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent a {
    font-size: 10px !important;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardOne {
    width: 50%;
    float: left;
    height: 185px;
  }
  .mastheadComponentNew .mastHeadSmallCardOuter .mastHeadSmallCardTwo {
    width: 50%;
    float: right;
    min-height: 185px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mastheadComponentNew .mastHeadSmallCardOuter .smallCardContent h2 {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1450px) {
  .mastheadComponentNew {
    max-width: 1350px;
    margin: auto;
  }
}
#bfMastModal a:hover {
  color: #9b132b;
}
#kadMemberPage .mastheadComponentNew .mastHeadrcardOuter .platform-components-masthead__container {
  padding: 0;
  max-height: 600px;
  min-height: 600px;
}

.platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-masthead__container {
  position: relative;
  display: flex;
}
.platform-components-masthead__container.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-masthead__container.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-masthead__container.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-masthead__container.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-masthead__container.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-masthead__container.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-masthead__container.animate-in .platform-components-masthead__preheader,
.platform-components-masthead__container.animate-in .platform-components-masthead__main-header,
.platform-components-masthead__container.animate-in .platform-components-masthead__body-copy,
.platform-components-masthead__container.animate-in .platform-components-masthead__subtitle,
.platform-components-masthead__container.animate-in .platform-components-masthead__disclaimer,
.platform-components-masthead__container.animate-in .platform-components-masthead__button-container,
.platform-components-masthead__container.animate-in .platform-components-masthead__scroll-indicator {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-masthead__container.no-min-height {
  min-height: initial!important;
}
.platform-components-masthead__breadcrumb {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__breadcrumb {
    font-size: 0.75rem;
  }
}
.platform-components-masthead__preheader {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__preheader {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-masthead__subtitle {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__body-copy {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__body-copy {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__body-copy b,
.platform-components-masthead__body-copy strong {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-masthead__disclaimer p {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.625rem;
  margin-bottom: 1.25rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__disclaimer p {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__disclaimer p b,
.platform-components-masthead__disclaimer p strong {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-masthead__absolute-container {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.platform-components-masthead__scroll-indicator {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__scroll-indicator {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.platform-components-masthead__scroll-indicator span {
  color: inherit;
  transform: translateY(0px);
  transition: transform .3s ease;
}
.platform-components-masthead__scroll-indicator:hover {
  text-decoration: none;
}
.platform-components-masthead__scroll-indicator:hover span {
  transform: translateY(5px);
}
.platform-components-masthead__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-masthead__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-masthead__button:hover,
.platform-components-masthead__button:active {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-masthead__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  margin-left: calc(11px);
  margin-right: calc(11px);
}
.platform-components-masthead__button:last-child {
  margin-bottom: 0;
}
.platform-components-masthead__button--primary.brand {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.brand:hover,
.platform-components-masthead__button--primary.brand:active,
.platform-components-masthead__button--primary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--primary.brand:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--primary.light {
  background-color: #ffffff;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.light:hover,
.platform-components-masthead__button--primary.light:active,
.platform-components-masthead__button--primary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--primary.dark {
  background-color: #2e2e2e;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.dark:hover,
.platform-components-masthead__button--primary.dark:active,
.platform-components-masthead__button--primary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-masthead__button--secondary.brand {
  background-color: transparent;
  color: #c41230;
  box-shadow: inset 0 0 0 2px #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.brand:hover,
.platform-components-masthead__button--secondary.brand:active,
.platform-components-masthead__button--secondary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.dark {
  background-color: transparent;
  color: #2e2e2e;
  box-shadow: inset 0 0 0 2px #2e2e2e;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.dark:hover,
.platform-components-masthead__button--secondary.dark:active,
.platform-components-masthead__button--secondary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.light:hover,
.platform-components-masthead__button--secondary.light:active,
.platform-components-masthead__button--secondary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-masthead__button--secondary.light:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--tertiary {
  padding: 15px 0;
}
.platform-components-masthead__button--tertiary.brand {
  color: #c41230;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.brand:hover,
.platform-components-masthead__button--tertiary.brand:active,
.platform-components-masthead__button--tertiary.brand:focus {
  color: #9b132b;
}
.platform-components-masthead__button--tertiary.dark {
  color: #2e2e2e;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.dark:hover,
.platform-components-masthead__button--tertiary.dark:active,
.platform-components-masthead__button--tertiary.dark:focus {
  color: #9b132b;
}
.platform-components-masthead__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.light:hover,
.platform-components-masthead__button--tertiary.light:active,
.platform-components-masthead__button--tertiary.light:focus {
  color: #aaaaaa;
}
.platform-components-masthead__button--tertiary:hover,
.platform-components-masthead__button--tertiary:active,
.platform-components-masthead__button--tertiary:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__button {
    font-size: 0.875rem;
  }
}
.platform-components-masthead__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-masthead__button.withicon-left .button-text {
  order: 2;
}
.platform-components-masthead__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-masthead__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-masthead__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__image-container--background .platform-components-masthead__image,
.platform-components-masthead__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-masthead__image-mobile {
    display: none;
  }
}
.platform-components-masthead__theme-01 {
  background-color: #ffffff;
  --overlay-color-1: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__main-header,
.platform-components-masthead__theme-01 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-01 .platform-components-masthead__color-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-02 {
  background-color: #f6f6f6;
  --overlay-color-1: rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__main-header,
.platform-components-masthead__theme-02 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-02 .platform-components-masthead__color-overlay {
  background-color: rgba(246, 246, 246, 0.9);
}
.platform-components-masthead__theme-03 {
  background-color: #eeeeee;
  --overlay-color-1: rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__main-header,
.platform-components-masthead__theme-03 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb:hover {
  color: #2e2e2e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__preheader {
  color: #5e5e5e;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a {
  color: #c41230;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:hover {
  color: #9b132b;
}
.platform-components-masthead__theme-03 .platform-components-masthead__color-overlay {
  background-color: rgba(238, 238, 238, 0.9);
}
.platform-components-masthead__theme-04 {
  background-color: #2e2e2e;
  --overlay-color-1: rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__theme-04 .platform-components-masthead__main-header,
.platform-components-masthead__theme-04 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__preheader {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a {
  color: #aaaaaa;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-04 .platform-components-masthead__color-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.platform-components-masthead__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-masthead__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-masthead__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-masthead__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-masthead__center-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-masthead__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-masthead__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-masthead__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-masthead__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-masthead__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-masthead .platform-components-masthead__center-text--lg {
  text-align: center;
}
.platform-components-masthead .platform-components-masthead__center-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__center-text--lg .pc-countdown {
  justify-content: center;
}
.platform-components-masthead .platform-components-masthead__left-text--lg {
  text-align: left;
}
.platform-components-masthead .platform-components-masthead__left-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__left-text--lg .pc-countdown {
  justify-content: flex-start;
}
.platform-components-masthead .platform-components-masthead__right-text--lg {
  text-align: right;
}
.platform-components-masthead .platform-components-masthead__right-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__right-text--lg .pc-countdown {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .platform-components-masthead__center-text--md {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--md .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--md .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--md .pc-countdown {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .platform-components-masthead__center-text--sm {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--sm .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--sm .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--sm .pc-countdown {
    justify-content: flex-start;
  }
}
.platform-components-masthead__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.platform-components-masthead__content.platform-components-masthead__center-alignment--lg {
  align-items: center;
}
.platform-components-masthead__content.platform-components-masthead__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__middle-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg.with-disclaimer {
  padding-bottom: 7rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--md {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--sm {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.hideScroll .platform-components-masthead__absolute-container {
    display: none;
  }
  .platform-components-masthead__content.hideScroll.platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 0;
  }
}
.platform-components-masthead__content .platform-components-masthead__scroll-indicator.rotate-image img {
  animation: rotation 16s infinite linear;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader,
.platform-components-masthead__content--animate .platform-components-masthead__main-header,
.platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator,
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader {
  transition-delay: 0.2s;
}
.platform-components-masthead__content--animate .platform-components-masthead__main-header {
  transition-delay: 0.4s;
}
.platform-components-masthead__content--animate .platform-components-masthead__body-copy {
  transition-delay: 0.6s;
}
.platform-components-masthead__content--animate .platform-components-masthead__subtitle {
  transition-delay: 0.7s;
}
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transition-delay: 0.8s;
}
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator {
  transition-delay: 0.9s;
}
.platform-components-masthead__content--inner-container {
  z-index: 2;
}
.platform-components-masthead__content.platform-components-masthead__boxed-container {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .platform-components-masthead__content.platform-components-masthead__boxed-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1230px) {
  .platform-components-masthead__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.platform-components-masthead__width-lg--auto {
  width: auto;
}
.platform-components-masthead__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-masthead__width-lg--medium {
  width: 50%;
}
.platform-components-masthead__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__width-md--auto {
    width: auto;
  }
  .platform-components-masthead__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-md--medium {
    width: 50%;
  }
  .platform-components-masthead__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__width-sm--auto {
    width: auto;
  }
  .platform-components-masthead__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-sm--medium {
    width: 50%;
  }
  .platform-components-masthead__width-sm--large {
    width: 75%;
  }
}
.platform-components-masthead__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-masthead__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-masthead__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--md.platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--sm.platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .platform-components-masthead__content2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto!important;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1230px) {
  .platform-components-masthead .platform-components-masthead__content2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.platform-components-masthead .platform-components-masthead__content2 .platform-components-masthead__content--inner-container {
  pointer-events: initial;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-md.platform-components-masthead__top-alignment--md {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-sm.platform-components-masthead__top-alignment--sm {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
  padding-top: 30px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-top: 40px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-top: 145px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 34px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 50px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 74px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 00;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
.negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -57px;
}
.negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -70px;
}
.negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -84px;
}
.negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -185px;
}
.negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -34px;
}
.negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -50px;
}
.negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -74px;
}
.negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -150px;
}
.negative-badge .pc-clickable {
  outline: none;
}
.aem-AuthorLayer-Edit .platform-components-masthead,
.aem-AuthorLayer-Layouting .platform-components-masthead,
.aem-AuthorLayer-Developer .platform-components-masthead,
.aem-AuthorLayer-Timewarp .platform-components-masthead,
.aem-AuthorLayer-Edit .platform-components-masthead__container,
.aem-AuthorLayer-Layouting .platform-components-masthead__container,
.aem-AuthorLayer-Developer .platform-components-masthead__container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(0);
  opacity: 1;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.countdown-title {
  margin-bottom: 10px;
}
.pc-countdown {
  display: flex;
  margin-bottom: 40px;
}
.pc-countdown.dn {
  display: none;
}
.pc-countdown .time {
  background-color: #c41230;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  color: #fff;
  font-size: 64px;
  margin: 0 0.8rem;
  padding: 10px 10px 2px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .pc-countdown .time {
    font-size: 30px;
  }
}
.pc-countdown .time:first-of-type {
  margin-left: 0;
}
.pc-countdown .time:last-of-type {
  margin-right: 0;
}
.pc-countdown .time:before {
  content: attr(data-time);
  position: absolute;
  left: 50%;
  bottom: -20px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  transform: translateX(-50%);
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
}
.pc-countdown .time:after {
  content: ':';
  position: absolute;
  font-size: 3rem;
  right: -17px;
  top: 9px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .pc-countdown .time:after {
    font-size: 30px;
  }
}
.pc-countdown .time:last-of-type:after {
  display: none;
}
.platform-components-masthead__breadcrumb-container a::before {
  content: '/';
  position: absolute;
  left: -15px;
  pointer-events: none;
}
.platform-components-masthead__breadcrumb-container a:first-child {
  margin-left: 0;
}
.platform-components-masthead__breadcrumb-container a:first-child::before {
  display: none;
}

.platform-components-image-flyout {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .platform-components-image-flyout {
    overflow: hidden;
  }
}
.platform-components-image-flyout .flyout-dynamic-sku-container:not:empty .flyout-cta {
  display: none;
}
.platform-components-image-flyout .flyout-dynamic-sku {
  display: none;
}
.platform-components-image-flyout .product-flyouts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 9;
  pointer-events: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform {
  position: relative;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  pointer-events: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-225deg);
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-info {
  visibility: hidden;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  background: transparent;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg {
  position: relative;
  width: 24.41px;
  height: 24.41px;
  z-index: 5;
  opacity: 0;
  transition: .3s all ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
    opacity: 0;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  width: 70%;
  height: 70%;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:after {
  content: "";
  position: absolute;
  width: 24.41px;
  height: 24.41px;
  border-radius: 100%;
  z-index: 4;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  00% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  00% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  position: absolute;
  display: flex;
  width: 360px;
  z-index: 3;
  text-decoration: none;
  text-transform: initial;
  pointer-events: none;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  position: relative;
  width: 130px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  bottom: 10px;
  padding: 3px 5px;
  border-radius: 40px;
  z-index: 10;
  height: 24px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-right: 5px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  font-weight: 800;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy {
  width: calc(100% - 130px);
  padding: 20px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  line-height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc {
  margin: 10px 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  height: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta .icons-arrow-right {
  position: relative;
  margin-left: 4px;
  transition: all .3s ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:hover .flyout-cta .icons-arrow-right {
  margin-left: 7px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:focus {
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:active {
  outline: none!important;
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-img {
  display: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-copy {
  width: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
  z-index: 10;
  transform: rotate(0deg);
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .circle svg {
  opacity: 1;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
  visibility: visible;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
    display: none;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-left .flyout-content {
  top: 40px;
  left: 40px;
  transform-origin: top left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-right .flyout-content {
  top: 40px;
  right: 40px;
  transform-origin: top right;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-left .flyout-content {
  bottom: 40px;
  left: 40px;
  transform-origin: bottom left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-right .flyout-content {
  bottom: 40px;
  right: 40px;
  transform-origin: bottom right;
}
.platform-components-image-flyout .flyout-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.platform-components-image-flyout .flyout-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-image-flyout .mobile-pc-image-flyout {
  display: none;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .mobile-pc-image-flyout {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10000000000;
    transition-delay: .2s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-bg {
    background: rgba(141, 141, 141, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    text-align: center;
    transform: translate(0, 100%);
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-movement {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close svg {
    width: 31px;
    height: 31px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle svg {
    width: 31px;
    height: 4px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img {
    width: 100%;
    height: 170px;
    margin: 20px 0;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img .flyout-color {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img img {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc {
    margin: 10px 0 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta {
    width: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""] {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""].pc-add-to-cart-btn {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-handle {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-close {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 00s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-bg {
    opacity: 1;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-content {
    transform: translate(0, 0%);
  }
}
.platform-components-image-flyout .flyout-desc p {
  font-size: inherit;
  line-height: inherit;
}
.platform-components-image-flyout .flyout-desc ul,
.platform-components-image-flyout .flyout-desc ol {
  padding-inline-start: 15px;
  text-align: left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  border-radius: 2px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.platform-components-image-flyout .color-name {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
}
.platform-components-image-flyout .flyout-name {
  font-family: 'Avenir-Black', 'Avenir', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-name {
    font-size: 1rem;
  }
}
.platform-components-image-flyout .flyout-desc {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 400;
}
.platform-components-image-flyout .flyout-cta {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta {
    font-size: 0.875rem;
  }
}
.platform-components-image-flyout .flyout-cta .icons-arrow-right {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta .icons-arrow-right {
    font-size: 1.5rem;
  }
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #c41230;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #5e5e5e;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #2e2e2e;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #5e5e5e;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #c41230;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #ffffff;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #2e2e2e;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #5e5e5e;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #c41230;
  }
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #c41230;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #f6f6f6;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #f6f6f6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #f6f6f6;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #f6f6f6;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #f6f6f6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #5e5e5e;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #2e2e2e;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #5e5e5e;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #c41230;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #f6f6f6;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #2e2e2e;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #5e5e5e;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #c41230;
  }
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #c41230;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #eeeeee;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #eeeeee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #eeeeee;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #eeeeee;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #eeeeee;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #5e5e5e;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #2e2e2e;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #5e5e5e;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #c41230;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #eeeeee;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #2e2e2e;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #5e5e5e;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #c41230;
  }
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #aaaaaa;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(0, 0, 0, 0.35);
  border: 1.01719px solid #2e2e2e;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #2e2e2e;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #2e2e2e;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.45));
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #2e2e2e;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #2e2e2e;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #ffffff;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #ffffff;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #ffffff;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #aaaaaa;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #2e2e2e;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #ffffff;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #ffffff;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #aaaaaa;
  }
}
html.pc-flyout-active {
  overflow-y: hidden;
}

/* 
    Text Styles 
*/
/* 
    Sizing
*/
/* 
    Themes
*/
/*
    Text Styles
*/
/*
    Sizing
*/
/*
    Themes
*/
.digital-platform__countdown .badge {
  display: flex;
  width: fit-content;
  padding: var(--badge__padding);
  gap: var(--badge__gap);
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  border-radius: var(--badge__border-radius);
  background-color: var(--badge__background-color);
  /*
        Badge Elements
    */
  /*
        Style Modifiers
    */
}
.digital-platform__countdown .badge .message,
.digital-platform__countdown .badge .time {
  font-size: var(--badge__font-size);
  line-height: 1;
}
.digital-platform__countdown .badge .message {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--badge__message__color);
}
.digital-platform__countdown .badge .time {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: var(--badge__time__color);
}
.digital-platform__countdown .badge.summarized .time {
  text-transform: uppercase;
}
.digital-platform__countdown .badge.hide-message:not(.expired) .message {
  display: none;
}
.digital-platform__countdown .badge.full-width {
  width: 100%;
}
.digital-platform__countdown .badge.transparent-background {
  background-color: transparent;
}
.digital-platform__countdown .badge.remove-padding {
  padding: 0;
}
/*
    Theming
*/
.digital-platform__countdown.light .badge {
  --badge__message__color: #5e5e5e;
  --badge__time__color: #c41239;
  --badge__background-color: #f6f6f6;
}
.digital-platform__countdown.dark .badge {
  --badge__message__color: #e2e2e5;
  --badge__time__color: #ffffff;
  --badge__background-color: #2e2e2e;
}
.digital-platform__countdown.accent .badge {
  --badge__message__color: #f6f6f6;
  --badge__time__color: #ffffff;
  --badge__background-color: #c41239;
}
/*
    Size Modifications
*/
.digital-platform__countdown .clock {
  /*
        The grid consist of 7 columns and 2 rows.
        The first row contains times and separators,
        and the second contains labels with intentional
        null cells.

        "inline-grid" combined with the fractional units
        allows the cells to uniformly match the size of the
        largest label. Including null cells allows the
        separators to be vertically centered even when the
        labels are hidden, and fall into place automatically.
    */
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr min-content) 1fr;
  grid-template-rows: 1fr min-content;
  grid-template-areas: "dTime  s1 hTime  s2 mTime  s3 sTime" "dLabel .. hLabel .. mLabel .. sLabel";
  gap: 0 var(--clock__gap);
  min-width: max-content;
  width: max-content;
  align-items: center;
  justify-items: center;
  /*
        Clock Elements
    */
  /*  
        Style Modifiers
    */
  /*
        Place Elements in Grid
    */
}
.digital-platform__countdown .clock .time,
.digital-platform__countdown .clock .separator {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-size: var(--clock__time__font-size);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: var(--clock__time__color);
}
.digital-platform__countdown .clock .label {
  margin-top: var(--clock__label__margin-top);
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-size: var(--clock__label__font-size);
  font-weight: 400;
  letter-spacing: 0.0156em;
  line-height: 1;
  color: var(--clock__label__color);
  text-transform: uppercase;
}
.digital-platform__countdown .clock .separator {
  color: var(--clock__separator__color);
  translate: 0 -0.11em;
}
.digital-platform__countdown .clock.blocked {
  gap: 0 var(--clock--blocked__gap);
}
.digital-platform__countdown .clock.blocked .time {
  display: flex;
  height: var(--clock--blocked__block-size);
  width: var(--clock--blocked__block-size);
  align-items: center;
  justify-content: center;
  color: var(--clock--blocked__time__color);
  background-color: var(--clock--blocked__block__background-color);
  border-radius: var(--clock--blocked__border-radius);
}
.digital-platform__countdown .clock.blocked .label {
  margin-top: var(--clock--blocked__label__margin-top);
}
.digital-platform__countdown .clock.filled {
  background-color: var(--clock--filled__background-color);
  border-radius: var(--clock--filled__border-radius);
  padding: var(--clock--filled__padding);
}
.digital-platform__countdown .clock.filled .time {
  color: var(--clock--filled__time__color);
}
.digital-platform__countdown .clock.filled .label {
  color: var(--clock--filled__label__color);
}
.digital-platform__countdown .clock.filled .separator {
  color: var(--clock--filled__separator__color);
}
.digital-platform__countdown .clock.blocked.filled {
  padding: var(--clock--blocked--filled__padding);
  background-color: var(--clock--blocked--filled__background-color);
}
.digital-platform__countdown .clock.blocked.filled .label {
  color: var(--clock--blocked--filled__label__color);
}
.digital-platform__countdown .clock.blocked.filled .separator {
  color: var(--clock__separator__color);
}
.digital-platform__countdown .clock.hide-labels .label {
  display: none;
}
.digital-platform__countdown .clock .days.time {
  grid-area: dTime;
}
.digital-platform__countdown .clock .days.label {
  grid-area: dLabel;
}
.digital-platform__countdown .clock .hours.time {
  grid-area: hTime;
}
.digital-platform__countdown .clock .hours.label {
  grid-area: hLabel;
}
.digital-platform__countdown .clock .minutes.time {
  grid-area: mTime;
}
.digital-platform__countdown .clock .minutes.label {
  grid-area: mLabel;
}
.digital-platform__countdown .clock .seconds.time {
  grid-area: sTime;
}
.digital-platform__countdown .clock .seconds.label {
  grid-area: sLabel;
}
/*
    Size Modifications
*/
/*
    Theming
*/
.digital-platform__countdown.light .clock {
  --clock__time__color: #2e2e2e;
  --clock__label__color: #2e2e2e;
  --clock__separator__color: #5e5e5e;
  --clock--blocked__time__color: #c41239;
  --clock--blocked__block__background-color: #f6f6f6;
  --clock--filled__time__color: #c41239;
  --clock--filled__label__color: #2e2e2e;
  --clock--filled__separator__color: #5e5e5e;
  --clock--filled__background-color: #f6f6f6;
  --clock--blocked--filled__label__color: #2e2e2e;
  --clock--blocked--filled__background-color: #ffffff;
}
.digital-platform__countdown.dark .clock {
  --clock__time__color: #ffffff;
  --clock__label__color: #f6f6f6;
  --clock__separator__color: #e2e2e5;
  --clock--blocked__time__color: #ffffff;
  --clock--blocked__block__background-color: #2e2e2e;
  --clock--filled__time__color: #ffffff;
  --clock--filled__label__color: #f6f6f6;
  --clock--filled__separator__color: #f6f6f6;
  --clock--filled__background-color: #2e2e2e;
  --clock--blocked--filled__label__color: #f6f6f6;
  --clock--blocked--filled__background-color: #222222;
}
.digital-platform__countdown.accent .clock {
  --clock__time__color: #ffffff;
  --clock__label__color: #f6f6f6;
  --clock__separator__color: #989898;
  --clock--blocked__time__color: #ffffff;
  --clock--blocked__block__background-color: #c41239;
  --clock--filled__time__color: #ffffff;
  --clock--filled__label__color: #f6f6f6;
  --clock--filled__separator__color: #e2e2e5;
  --clock--filled__background-color: #c41239;
  --clock--blocked--filled__label__color: #f6f6f6;
  --clock--blocked--filled__background-color: #222222;
}
/*
    Mixins for Sizing Rules

    Add references to new countdown style sizing mixins below.
    Be to verify those mixins are not output from the source partial.

    See existing countdown styles (_badge.less, _clock.less)
    and match the scoping rules (.style--size() { .style {} })
*/
/*
    Application of Sizing Rules

    Rules inherit/cascade mobile first. This section should
    not be modified when adding new countdown styles.
*/
.digital-platform__countdown.sm .badge {
  --badge__font-size: 12px;
  --badge__padding: 10px 20px;
  --badge__gap: 5px 10px;
  --badge__border-radius: 0;
}
.digital-platform__countdown.sm .clock {
  --clock__time__font-size: 20px;
  --clock__label__font-size: 8px;
  --clock__label__margin-top: 7px;
  --clock__gap: 5px;
  --clock--blocked__block-size: 45px;
  --clock--blocked__label__margin-top: 10px;
  --clock--blocked__gap: 2px;
  --clock--blocked__border-radius: 0;
  --clock--filled__padding: 10px 15px;
  --clock--filled__border-radius: 0;
  --clock--blocked--filled__padding: 15px;
}
.digital-platform__countdown.md .badge {
  --badge__font-size: 14px;
  --badge__padding: 10px 20px;
  --badge__gap: 5px 10px;
  --badge__border-radius: 0;
}
.digital-platform__countdown.md .clock {
  --clock__time__font-size: 30px;
  --clock__label__font-size: 10px;
  --clock__label__margin-top: 9px;
  --clock__gap: 5px;
  --clock--blocked__block-size: 55px;
  --clock--blocked__label__margin-top: 12px;
  --clock--blocked__gap: 2px;
  --clock--blocked__border-radius: 0;
  --clock--filled__padding: 10px 15px;
  --clock--filled__border-radius: 0;
  --clock--blocked--filled__padding: 15px;
}
.digital-platform__countdown.lg .badge {
  --badge__font-size: 22px;
  --badge__padding: 15px 30px;
  --badge__gap: 5px 15px;
  --badge__border-radius: 0;
}
.digital-platform__countdown.lg .clock {
  --clock__time__font-size: 54px;
  --clock__label__font-size: 14px;
  --clock__label__margin-top: 9px;
  --clock__gap: 8px;
  --clock--blocked__block-size: 100px;
  --clock--blocked__label__margin-top: 15px;
  --clock--blocked__gap: 7px;
  --clock--blocked__border-radius: 0;
  --clock--filled__padding: 25px 30px;
  --clock--filled__border-radius: 0;
  --clock--blocked--filled__padding: 25px;
}
@media (min-width: 768px) {
  .digital-platform__countdown.t-sm .badge {
    --badge__font-size: 12px;
    --badge__padding: 10px 20px;
    --badge__gap: 5px 10px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.t-sm .clock {
    --clock__time__font-size: 20px;
    --clock__label__font-size: 8px;
    --clock__label__margin-top: 7px;
    --clock__gap: 5px;
    --clock--blocked__block-size: 45px;
    --clock--blocked__label__margin-top: 10px;
    --clock--blocked__gap: 2px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 10px 15px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 15px;
  }
  .digital-platform__countdown.t-md .badge {
    --badge__font-size: 14px;
    --badge__padding: 10px 20px;
    --badge__gap: 5px 10px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.t-md .clock {
    --clock__time__font-size: 30px;
    --clock__label__font-size: 10px;
    --clock__label__margin-top: 9px;
    --clock__gap: 5px;
    --clock--blocked__block-size: 55px;
    --clock--blocked__label__margin-top: 12px;
    --clock--blocked__gap: 2px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 10px 15px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 15px;
  }
  .digital-platform__countdown.t-lg .badge {
    --badge__font-size: 22px;
    --badge__padding: 15px 30px;
    --badge__gap: 5px 15px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.t-lg .clock {
    --clock__time__font-size: 54px;
    --clock__label__font-size: 14px;
    --clock__label__margin-top: 9px;
    --clock__gap: 8px;
    --clock--blocked__block-size: 100px;
    --clock--blocked__label__margin-top: 15px;
    --clock--blocked__gap: 7px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 25px 30px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 25px;
  }
}
@media (min-width: 1024px) {
  .digital-platform__countdown.d-sm .badge {
    --badge__font-size: 12px;
    --badge__padding: 10px 20px;
    --badge__gap: 5px 10px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.d-sm .clock {
    --clock__time__font-size: 20px;
    --clock__label__font-size: 8px;
    --clock__label__margin-top: 7px;
    --clock__gap: 5px;
    --clock--blocked__block-size: 45px;
    --clock--blocked__label__margin-top: 10px;
    --clock--blocked__gap: 2px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 10px 15px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 15px;
  }
  .digital-platform__countdown.d-md .badge {
    --badge__font-size: 14px;
    --badge__padding: 10px 20px;
    --badge__gap: 5px 10px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.d-md .clock {
    --clock__time__font-size: 30px;
    --clock__label__font-size: 10px;
    --clock__label__margin-top: 9px;
    --clock__gap: 5px;
    --clock--blocked__block-size: 55px;
    --clock--blocked__label__margin-top: 12px;
    --clock--blocked__gap: 2px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 10px 15px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 15px;
  }
  .digital-platform__countdown.d-lg .badge {
    --badge__font-size: 22px;
    --badge__padding: 15px 30px;
    --badge__gap: 5px 15px;
    --badge__border-radius: 0;
  }
  .digital-platform__countdown.d-lg .clock {
    --clock__time__font-size: 54px;
    --clock__label__font-size: 14px;
    --clock__label__margin-top: 9px;
    --clock__gap: 8px;
    --clock--blocked__block-size: 100px;
    --clock--blocked__label__margin-top: 15px;
    --clock--blocked__gap: 7px;
    --clock--blocked__border-radius: 0;
    --clock--filled__padding: 25px 30px;
    --clock--filled__border-radius: 0;
    --clock--blocked--filled__padding: 25px;
  }
}
/* Accent on Light Override */
.digital-platform__countdown.accent .clock:not(.blocked, .filled) {
  --clock__time__color: #c41239;
  --clock__label__color: #2e2e2e;
  --clock__separator__color: #5e5e5e;
}

.platform-components-container {
  position: relative;
}
.platform-components-container.container {
  padding-left: initial;
  padding-right: initial;
  width: initial;
}
.platform-components-container__color-overlay,
.platform-components-container__gradient-overlay,
.platform-components-container .platform-components-container__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.platform-components-container .full-width.fw-boxed {
  position: relative;
  overflow: visible;
}
.platform-components-container .full-width.fw-boxed > .container-inner:before,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .full-width.fw-full-width {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-container .contained-width.cw-content,
.platform-components-container .contained-width.cw-contained-width {
  position: relative;
  margin: 0 auto;
  max-width: 73.125rem;
}
.platform-components-container .contained-width.cw-content {
  overflow: visible;
}
.platform-components-container .contained-width.cw-content > .container-inner:before,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .container-inner {
  position: relative;
}
.platform-components-container .container-inner__content {
  position: relative;
  height: 100%;
  z-index: 4;
}
.platform-components-container ~ .platform-components-container .container-inner__content {
  z-index: 3;
}
.platform-components-container .cmp-container,
.platform-components-container .container-inner {
  height: 100%;
}
.platform-components-container .cmp-container.absolute {
  z-index: 11;
  margin: auto;
  height: auto;
  width: fit-content;
}
.platform-components-container .cmp-container.transparent > .container-inner {
  background: transparent;
}
.platform-components-container__image-container--background img,
.platform-components-container__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-container__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-container__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-container__image-mobile {
    display: none;
  }
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f6f6f6;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f6f6f6;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #eeeeee;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #eeeeee;
}
.platform-components-container .theme-04 {
  --overlay-color-1: #2e2e2e;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: #2e2e2e;
}
.platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-container__center-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-container__left-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-container__right-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-container__color-overlay {
  z-index: 1;
}
.platform-components-container__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-container__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-container__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-container__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-container__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-container__gradient-overlay {
  z-index: 2;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-container__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-container__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-container .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--md.platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--sm.platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.aem-Grid.match-heights {
  height: 100%;
}
.match-heights[data-match-height] > * {
  height: var(--match-height);
}
@media only screen and (min-width: 768px) {
  .match-heights[data-match-height-tablet] > * {
    height: var(--match-height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .match-heights[data-match-height-desktop] > * {
    height: var(--match-height-desktop);
  }
}
.platform-components-container .cmp-container[data-height] {
  height: var(--height);
}
@media only screen and (min-width: 768px) {
  .platform-components-container .cmp-container[data-height-tablet] {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-container .cmp-container[data-height-desktop] {
    height: var(--height-desktop);
  }
}
.platform-components-container .bw-brand {
  border-width: 1px;
}
.platform-components-container .theme-01 > .container-inner {
  border-color: #e2e2e5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-02 > .container-inner {
  border-color: #e2e2e5;
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-03 > .container-inner {
  border-color: #d8d8db;
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-04 > .container-inner {
  border-color: #000000;
  background-color: #2e2e2e;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-01 > .container-inner:before {
  border-color: #e2e2e5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-02 > .container-inner:before {
  border-color: #e2e2e5;
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-03 > .container-inner:before {
  border-color: #d8d8db;
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-04 > .container-inner:before {
  border-color: #000000;
  background-color: #2e2e2e;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f6f6f6;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f6f6f6;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #eeeeee;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #eeeeee;
}
.platform-components-container .theme-04 {
  --overlay-color-1: #2e2e2e;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: #2e2e2e;
}
.aem-AuthorLayer-Edit .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Layouting .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Developer .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Timewarp .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Preview .platform-components-container .cmp-container[data-height] {
  max-height: 800px;
}

.platform-components-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.platform-components-buttons__button {
  /* common style */
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}
.platform-components-buttons__button:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__button span {
  white-space: nowrap;
}
.platform-components-buttons__button:hover {
  cursor: pointer;
  border-width: 2px;
  transition: all 200ms ease-out;
}
.platform-components-buttons__button:active {
  outline: none !important;
}
.platform-components-buttons__button:focus {
  outline: .125rem solid #000;
  outline-offset: .125rem;
}
.platform-components-buttons__button [class^="icons-"],
.platform-components-buttons__button [class*=" icons-"],
.platform-components-buttons__button [class^="dpc-icons-"],
.platform-components-buttons__button [class*=" dpc-icons-"] {
  font-size: 1.5rem;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button [class^="icons-"],
  .platform-components-buttons__button [class*=" icons-"],
  .platform-components-buttons__button [class^="dpc-icons-"],
  .platform-components-buttons__button [class*=" dpc-icons-"] {
    font-size: 1.5rem;
  }
}
.platform-components-buttons__button--icon-right {
  flex-direction: row-reverse;
}
.platform-components-buttons__button--icon-right [class^="icons-"],
.platform-components-buttons__button--icon-right [class*=" icons-"] {
  margin: 0 0 0 10px;
  line-height: 0;
  height: 0;
}
.platform-components-buttons__button--icon-right [class^="dpc-icons-"],
.platform-components-buttons__button--icon-right [class*=" dpc-icons-"] {
  margin: 0 0 0 10px;
}
.platform-components-buttons__button--icon-left [class^="icons-"],
.platform-components-buttons__button--icon-left [class*=" icons-"] {
  line-height: 0;
  height: 0;
}
.platform-components-buttons__button--icon-bottom {
  flex-direction: column-reverse;
}
.platform-components-buttons__button--icon-bottom [class^="icons-"],
.platform-components-buttons__button--icon-bottom [class*=" icons-"],
.platform-components-buttons__button--icon-bottom [class^="dpc-icons-"],
.platform-components-buttons__button--icon-bottom [class*=" dpc-icons-"] {
  margin: 0;
}
.platform-components-buttons__button--icon-top {
  flex-direction: column;
}
.platform-components-buttons__button--icon-top [class^="icons-"],
.platform-components-buttons__button--icon-top [class*=" icons-"],
.platform-components-buttons__button--icon-top [class^="dpc-icons-"],
.platform-components-buttons__button--icon-top [class*=" dpc-icons-"] {
  margin: 0;
}
.platform-components-buttons__button--primary-brand {
  color: #ffffff;
  background-color: #c41230;
}
.platform-components-buttons__button--primary-brand:hover,
.platform-components-buttons__button--primary-brand:active {
  color: #ffffff;
  background-color: #9b132b;
}
.platform-components-buttons__button--primary-brand:focus {
  outline: .125rem solid #000;
}
.platform-components-buttons__button--primary-dark {
  color: #ffffff;
  background-color: #2e2e2e;
}
.platform-components-buttons__button--primary-dark:hover,
.platform-components-buttons__button--primary-dark:active {
  color: #ffffff;
  background-color: #9b132b;
}
.platform-components-buttons__button--primary-light {
  color: #c41230;
  background-color: #ffffff;
}
.platform-components-buttons__button--primary-light:hover,
.platform-components-buttons__button--primary-light:active {
  color: #ffffff;
  background-color: #9b132b;
}
.platform-components-buttons__button--secondary-brand {
  color: #c41230;
  background-color: transparent;
  border-color: #c41230;
}
.platform-components-buttons__button--secondary-brand:hover,
.platform-components-buttons__button--secondary-brand:active {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #9b132b;
}
.platform-components-buttons__button--secondary-brand:focus {
  outline: .125rem solid #000;
}
.platform-components-buttons__button--secondary-dark {
  color: #2e2e2e;
  background-color: transparent;
  border-color: #2e2e2e;
}
.platform-components-buttons__button--secondary-dark:hover,
.platform-components-buttons__button--secondary-dark:active {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #9b132b;
}
.platform-components-buttons__button--secondary-light {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.platform-components-buttons__button--secondary-light:hover,
.platform-components-buttons__button--secondary-light:active {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #9b132b;
}
.platform-components-buttons__button--tertiary-brand {
  color: #c41230;
}
.platform-components-buttons__button--tertiary-brand:hover,
.platform-components-buttons__button--tertiary-brand:active {
  color: #9b132b;
}
.platform-components-buttons__button--tertiary-dark {
  color: #2e2e2e;
  background: transparent;
}
.platform-components-buttons__button--tertiary-dark:hover,
.platform-components-buttons__button--tertiary-dark:active {
  color: #9b132b;
}
.platform-components-buttons__button--tertiary-light {
  color: #ffffff;
}
.platform-components-buttons__button--tertiary-light:hover,
.platform-components-buttons__button--tertiary-light:active {
  color: #aaaaaa;
}
.platform-components-buttons [class*="--secondary"] {
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
}
.platform-components-buttons [class*="--tertiary"] {
  border: 0;
  padding: 5px;
  margin: 5px 30px;
}
.platform-components-buttons__button--split {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button--split {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-brand {
  background-color: #c41230;
  border-color: #c41230;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c41230;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-dark {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-brand {
  background-color: transparent;
  border-color: #c41230;
  color: #c41230;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-dark {
  background-color: transparent;
  border-color: #2e2e2e;
  color: #2e2e2e;
}
.platform-components-buttons__button--split:hover {
  background-color: transparent;
}
.platform-components-buttons__button--split:hover .platform-components-buttons__split-button-label {
  opacity: 0;
}
.platform-components-buttons__button--split:hover .platform-components-buttons__button {
  opacity: 1;
}
.platform-components-buttons__split-button-label {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  position: absolute;
  transition: all 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__split-button-label {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__split-button-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  width: 100%;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  opacity: 0;
  z-index: 2;
  transition: all 200ms ease-out;
  border: none;
  margin: -1px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__split-button-wrapper > .platform-components-buttons__button {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:first-of-type {
  border-radius: calc(0) 0 0 calc(0);
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:last-of-type {
  border-radius: 0 calc(0) calc(0) 0;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-brand {
  color: #c41230;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-light {
  color: #ffffff;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-dark {
  color: #2e2e2e;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-brand {
  color: #c41230;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-light {
  color: #ffffff;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-dark {
  color: #2e2e2e;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover {
  transition: none;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-brand {
  color: #ffffff;
  background-color: #c41230;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-light {
  color: #c41230;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-dark {
  color: #ffffff;
  background-color: #2e2e2e;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-brand {
  color: #ffffff;
  background-color: #c41230;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-light {
  color: #c41230;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-dark {
  color: #ffffff;
  background-color: #2e2e2e;
}
.platform-components-buttons__button:hover {
  text-decoration: none !important;
}

.breadcrumbs-container {
  background-color: #eeeeee;
}
.breadcrumbs-v2 {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs-link-v2,
.breadcrumbs-list-item-v2 {
  transition: all .2s ease;
  display: inline-block;
  align-items: center;
}
.breadcrumbs-list-item-v2 a:active {
  outline: none !important;
  padding: 5px 0;
}
.breadcrumbs-link-v2 {
  padding: 5px 0;
  text-decoration: none;
}
.breadcrumbs-link-v2:hover {
  text-decoration: none;
}
@media (max-width: 36.875rem) {
  .breadcrumbs-list-item-v2 {
    display: none;
  }
}
.breadcrumbs-list-item-v2:after {
  margin-left: 0.3125rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-list-item-last-v2:after {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-list-item-parent-v2 {
    display: flex;
  }
  .breadcrumbs-list-item-parent-v2:after {
    display: none;
  }
  .breadcrumbs-list-item-parent-v2.cart-back-link:before {
    content: '';
  }
}
@media (max-width: 47.9375rem) and (min-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:after {
    margin-left: 0.3125rem;
    display: inline-block;
    content: "›";
  }
}
@media (max-width: 47.9375rem) and (max-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:before {
    display: inline-block;
    content: "‹";
    margin-right: .6875rem;
  }
}
.breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 {
  transition: all .3s ease;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:not(.collapse-item):not(.first-item):not(.last-item) {
  max-width: 0;
  overflow: hidden;
  height: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:after {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item {
  cursor: pointer;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
    display: inline-block;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 span {
  flex-shrink: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
    display: none;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:before {
  pointer-events: none;
  margin-left: 1rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:after {
  pointer-events: none;
  margin-right: 1rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg {
  fill: none;
  transition: all .3s ease;
  margin: 0 .8rem;
  width: 22px;
  height: 11px;
  display: inline-block;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg circle,
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg rect {
  transition: all .3s ease;
}
.breadcrumbV2 .breadcrumbs-v2,
.bc-container .breadcrumbs-v2 {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1170px) {
  .breadcrumbV2 .breadcrumbs-v2,
  .bc-container .breadcrumbs-v2 {
    padding-left: unset;
    padding-right: unset;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2,
.bc-container .breadcrumbs-link-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2,
.bc-container .breadcrumbs-list-item-v2 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  line-height: 160%;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbV2 .breadcrumbs-link-v2,
  .bc-container .breadcrumbs-link-v2,
  .breadcrumbV2 .breadcrumbs-list-item-v2,
  .bc-container .breadcrumbs-list-item-v2 {
    font-size: 0.625rem;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  color: #000000;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle {
  fill: #000000;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect {
  stroke: #000000;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle {
  fill: #9b132b;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect {
  stroke: #9b132b;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  color: #000000;
  opacity: 100%;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover {
  color: #000000;
}
.breadcrumbV2 .breadcrumbs-link-v2:hover,
.bc-container .breadcrumbs-link-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2:hover,
.bc-container .breadcrumbs-list-item-v2:hover {
  color: #9b132b;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:before,
.bc-container .breadcrumbs-list-item-v2:before,
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  color: #000000;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  margin-right: 10px;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-v2 {
  display: none;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2 {
  display: flex;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:before {
  display: inline-block;
  margin-right: .6875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.875rem;
  color: inherit;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:after {
  display: none;
}

.platform-components-meta {
  width: 100%;
  margin: 0 auto;
}
.platform-components-meta a {
  text-decoration: none;
}
.platform-components-meta a:hover {
  text-decoration: none;
}
.platform-components-meta a.theme-01-tags:before {
  background: radial-gradient(ellipse at top left, #2e2e2e 27%, #ffffff 57%);
}
.platform-components-meta a.theme-01-tags:hover {
  color: #ffffff;
}
.platform-components-meta a.theme-02-tags:before {
  background: radial-gradient(ellipse at top left, #2e2e2e 27%, #f6f6f6 57%);
}
.platform-components-meta a.theme-02-tags:hover {
  color: #f6f6f6;
}
.platform-components-meta a.theme-03-tags:before {
  background: radial-gradient(ellipse at top left, #2e2e2e 27%, #eeeeee 57%);
}
.platform-components-meta a.theme-03-tags:hover {
  color: #eeeeee;
}
.platform-components-meta a.theme-04-tags:before {
  background: radial-gradient(ellipse at top left, #ffffff 27%, #2e2e2e 57%);
}
.platform-components-meta a.theme-04-tags:hover {
  color: #2e2e2e;
}
.platform-components-meta__tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .platform-components-meta__tags {
    width: unset;
    justify-content: flex-end;
    margin: 0;
  }
}
.platform-components-meta__tags a {
  overflow: hidden;
  transition: all .3s ease;
  z-index: 1;
}
.platform-components-meta__tags a:before {
  z-index: -1;
  transform: scale(0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.35s ease-in;
  transform-origin: top left;
}
.platform-components-meta__tags a:hover:before {
  transform: scale(4);
  opacity: 1;
}
.platform-components-meta__top-container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0 2rem;
}
@media (min-width: 768px) {
  .platform-components-meta__top-container {
    justify-content: space-between;
    flex-wrap: unset;
  }
}
.platform-components-meta__social-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  order: 1;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container {
    order: unset;
    margin-bottom: 0;
    flex-wrap: unset;
    align-items: flex-end;
    flex: unset;
  }
  .platform-components-meta__social-container.items-center {
    align-items: center;
  }
}
.platform-components-meta__social-container .platform-components-meta__like-button {
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container .platform-components-meta__like-button {
    order: unset;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .platform-components-meta__social-container .platform-components-meta__like-button.platform-components-meta__like-button--no-bio {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-meta__social-container .platform-components-meta__like-button.platform-components-meta__like-button--no-bio {
    display: none;
  }
}
.platform-components-meta__social-container--tall .platform-components-meta__like-button > .simplemeta-button {
  flex-direction: column;
}
.platform-components-meta__social-container--tall .platform-components-meta__like-button .simplemeta-button-count {
  margin-top: 5px;
}
.platform-components-meta .simplefavorite-button {
  flex-direction: column;
}
.platform-components-meta .simplefavorite-button-count,
.platform-components-meta .simplemeta-button-count {
  margin: 5px 10px 0px 10px;
}
.platform-components-meta__share-container > span.pc-body-one {
  font-size: 12px;
  margin: 0 0 5px 10px;
  display: inline-block;
}
.platform-components-meta__texts-container {
  width: 100%;
  order: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .platform-components-meta__texts-container {
    order: unset;
    width: unset;
    flex-wrap: unset;
  }
}
.platform-components-meta__social-container-text-element {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
  border-left-width: 1px;
  border-left-style: solid;
}
.platform-components-meta__social-container-text-element:first-of-type {
  border-left-width: 0;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element:first-of-type {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.platform-components-meta__social-container-text-element--no-favorite:first-of-type {
  border-left: 0 !important;
}
.platform-components-meta__social-container-text-element:last-of-type {
  border-left-width: 0;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element:last-of-type {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element {
    padding: 0 0 0 10px;
    margin-right: 10px;
  }
}
.platform-components-meta__social-container-text-element--social-links {
  display: flex;
  order: 0;
  margin-bottom: 10px;
  flex: 1;
  height: unset;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element--social-links {
    order: unset;
    margin-bottom: unset;
    width: unset;
    border-width: 0;
  }
}
.platform-components-meta__social-container-text-element--written-by {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element--written-by {
    width: unset;
  }
}
.platform-components-meta__author-container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .platform-components-meta__author-container {
    flex-wrap: unset;
  }
}
.platform-components-meta__author-container-image {
  margin-right: 30px;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  overflow: hidden;
}
.platform-components-meta__author-container-image .platform-components-meta__author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-meta__author-data-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .platform-components-meta__author-data-container {
    flex: unset;
    justify-content: center;
  }
}
.platform-components-meta__author-data-container > .pc-body-one {
  margin-bottom: 8px !important;
}
.platform-components-meta .platform-components-meta__author-title {
  margin-bottom: 5px;
}
.platform-components-meta__author-position-title {
  margin-bottom: 8px;
}
.platform-components-meta__author-bio {
  font-weight: 500;
  max-width: 550px;
  display: none;
}
@media (min-width: 768px) {
  .platform-components-meta__author-bio {
    display: block;
  }
}
.platform-components-meta__author-bio--mobile {
  margin-top: 15px;
  display: block;
}
@media (min-width: 768px) {
  .platform-components-meta__author-bio--mobile {
    display: none;
  }
}
.platform-components-meta__mentioned-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2rem;
}
.platform-components-meta__mentioned-container > h3 {
  font-weight: 100;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.platform-components-meta__mentioned-content {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .platform-components-meta__mentioned-content {
    overflow-x: unset;
    max-width: unset;
  }
}
.platform-components-meta__single-mention {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 45px;
  text-align: center;
  text-decoration: none;
  width: 105px;
  min-width: 105px;
}
.platform-components-meta__single-mention:last-of-type {
  margin-right: 0;
}
.platform-components-meta__single-mention .platform-components-meta__mentioned-container-image {
  height: 105px;
  width: 105px;
  border-radius: 100%;
  overflow: hidden;
}
.platform-components-meta__single-mention .platform-components-meta__mentioned-container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-meta__single-mention span {
  text-decoration: none;
}
.platform-components-meta .pc-body-one {
  margin-bottom: 0;
}

.platform-components-page-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  position: relative;
}
.platform-components-page-list .pc-page-list-clickable-card {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.platform-components-page-list .item_card {
  width: 100%;
  flex: 0 0 33.33%;
  padding: 0 10px 20px;
}
@media (max-width: 940px) {
  .platform-components-page-list .item_card {
    flex: 0 0 50%;
  }
}
@media (max-width: 660px) {
  .platform-components-page-list .item_card {
    flex: 0 0 100%;
  }
}
.platform-components-page-list .item_card .article-preview {
  height: 100%;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 0 0 230px;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.4s ease-in-out;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 26px 23px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info {
  padding-bottom: 25px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  line-height: 1;
  letter-spacing: 0.3px;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  padding: 5px;
  margin: 0 5px 5px 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  display: block;
  padding: 0px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  height: initial;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button.button-tertiary-brand,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-light,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-dark {
  width: fit-content;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:hover {
  cursor: pointer;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:active {
  outline: none !important;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:focus {
  outline: 1px solid #000;
}
.platform-components-page-list .item_card .cmp-list__item-link {
  outline: none;
  text-decoration: none;
}
.platform-components-page-list .item_card .cmp-list__item-link .cmp-list__item-title {
  display: block;
  padding: 10px 0;
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list .item_card .cmp-list__item-link:focus .image-wrapper img {
  transform: scale(1.1);
}
.platform-components-page-list .item_card .cmp-list__item-social {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 10px;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  z-index: 2;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item:last-of-type {
  margin-right: 0;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.platform-components-page-list__offset-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 100px;
  grid-gap: 10px;
}
.platform-components-page-list__offset-card .item_card {
  grid-row: span 5;
  display: inline-block;
  padding: 0 5px 10px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
  height: auto;
  padding: 26px 26px 0px 26px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper .content-info {
  display: flex;
  flex-direction: column-reverse;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .image-wrapper {
  border-radius: 40px;
  flex: auto;
}
.platform-components-page-list__offset-card .item_card:nth-child(2n) {
  grid-row: span 4;
}
.platform-components-page-list__offset-card .item_card:nth-child(3n) {
  grid-row: span 6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list__offset-card {
    grid-auto-rows: 70px;
    grid-gap: 5px;
  }
  .platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
    height: fit-content;
    padding: 20px 26px 0px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__offset-card {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    position: relative;
  }
  .platform-components-page-list__offset-card .article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .platform-components-page-list__offset-card .article-card .image-wrapper {
    flex: 0 0 230px !important;
  }
}
.platform-components-page-list__list-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 0 10px;
}
.platform-components-page-list__list-view.no-image {
  padding: 10px;
  margin: 0;
}
.platform-components-page-list__list-view.no-image .item_card {
  padding-bottom: 0;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.with-image {
  margin: 0;
}
.platform-components-page-list__list-view.with-image .item_card {
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card {
    flex-direction: row;
    align-items: center;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper .content-info {
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-left .content-wrapper {
    order: 2;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-right .content-wrapper {
    order: 1;
  }
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    margin: 0;
    height: 100% !important;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-left {
    order: 1;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-right {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) and (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 150px !important;
  }
}
.platform-components-page-list__list-view .page-button {
  width: fit-content;
}
.platform-components-page-list__one-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 10px 20px;
  height: 100%;
}
.platform-components-page-list__one-card .item_card:nth-child(1) {
  height: 100%;
  min-height: 500px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .platform-components-page-list__one-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__one-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
.platform-components-page-list__one-card .item_card:nth-child(n+2) {
  display: none;
}
.platform-components-page-list__one-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card,
.platform-components-page-list__four-card {
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  padding: 10px;
}
.platform-components-page-list__three-card .item_card,
.platform-components-page-list__four-card .item_card {
  padding: 0;
}
.platform-components-page-list__three-card .page-button,
.platform-components-page-list__four-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .page-button,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(1),
  .platform-components-page-list__four-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__three-card {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "MainFeature SecondaryTop" "MainFeature SecondaryBottom";
  gap: 10px 20px;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card {
    grid-template-areas: "MainFeature MainFeature" "SecondaryTop SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__three-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryBottom";
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
  order: 2;
  margin: 0;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 150px !important;
  }
}
@media (max-width: 500px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    display: none;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__three-card .item_card:nth-child(3) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__three-card .item_card:nth-child(n+4) {
  display: none;
}
.platform-components-page-list__four-card {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "MainFeature MainFeature SecondaryTop" "MainFeature MainFeature SecondaryMiddle" "MainFeature MainFeature SecondaryBottom";
  gap: 0 20px;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__four-card {
    grid-template-areas: "MainFeature MainFeature MainFeature" "SecondaryTop SecondaryMiddle SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__four-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryMiddle" "SecondaryBottom";
  }
}
.platform-components-page-list__four-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .image-wrapper {
  display: none;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  grid-area: SecondaryMiddle;
}
.platform-components-page-list__four-card .item_card:nth-child(4) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__four-card .item_card:nth-child(n+5) {
  display: none;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.platform-components-page-list.slick-slider {
  margin: 0;
}
.platform-components-page-list .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-track {
  margin-left: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card {
  flex: unset;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview {
  background: transparent;
  border: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  margin: auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper > img {
  position: unset;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  transition: transform .2s ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .content-info span {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  letter-spacing: 0;
  color: #2e2e2e;
  line-height: 1.2;
  text-align: center;
  text-transform: unset;
  padding: 5px 0 0;
  transition: .2s color ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .page-button {
  display: none;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card .image-wrapper > img {
  transition: transform 4s ease-out;
  transform: scale(1.25);
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper .content-info span {
  color: #9b132b;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-list,
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 245px;
  display: flex;
  justify-content: center;
  min-height: unset;
  width: 100%;
  margin-bottom: 15px;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 100%;
  width: 245px;
  border-radius: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__item-title {
  text-align: center;
  display: block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.platform-components-page-list {
  margin: 0 -10px;
  max-width: unset;
}
.platform-components-page-list .item_card .article-preview {
  background: #ffffff;
  border: 1px solid #e2e2e5;
  box-shadow: none;
  border-radius: 0;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .image-wrapper {
  position: absolute;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
  justify-content: flex-end;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper .cmp-list__item-date {
  color: #000000 !important;
}
@media (max-width: 1023px) {
  .platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-info {
  padding-top: 230px;
}
.platform-components-page-list .item_card .article-preview .article-card video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-size: 1.1875rem;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.375rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  text-transform: none;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  font-family: unset;
  font-weight: unset;
  color: #5e5e5e;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
    font-size: 0.75rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  font-family: unset;
  font-weight: unset;
  color: #5e5e5e;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
    font-size: 0.75rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
    font-size: 0.875rem;
  }
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .cmp-list__item-title {
  color: #9b132b;
}
.platform-components-page-list__list-view .item_card:nth-child(n+1) .cmp-list__item-date {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
  font-size: 0.875rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
    font-size: 0.875rem !important;
  }
}
.platform-components-page-list__list-view .item_card.with-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.with-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__list-view .item_card.no-image {
  border-bottom: 1px solid #e2e2e5;
}
.platform-components-page-list__list-view .item_card.no-image:last-child {
  border-bottom: none;
}
.platform-components-page-list__list-view .item_card.no-image .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 0.875rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
    font-size: 0.875rem !important;
  }
}
.platform-components-page-list__list-view .item_card.no-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.no-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #000000 !important;
  font-size: 0.875rem !important;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #000000 !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #000000 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-date {
  font-size: 0.875rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #000000 !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
    font-size: 0.875rem !important;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #c41230 !important;
  background-color: transparent!important;
  padding: 15px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active {
  color: #9b132b !important;
  background-color: transparent!important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
    font-size: 0.875rem !important;
  }
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #c41230 !important;
  background-color: transparent!important;
  padding: 15px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active {
  color: #9b132b !important;
  background-color: transparent!important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  border-bottom: 1px solid #e2e2e5;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  border-bottom: 1px solid #e2e2e5;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) {
    border-bottom: none;
  }
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    border-bottom: none;
    border-left: 1px solid #e2e2e5;
    border-right: 1px solid #e2e2e5;
  }
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  font-size: 12px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-size: 14px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper {
  padding-top: 0px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 100%;
  overflow: visible;
  margin-top: 20px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 245px;
}
.platform-components-page-list__masthead-view,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container {
  margin: 0;
}
.platform-components-page-list__masthead-view .item_card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.platform-components-page-list__masthead-view .item_card.slick-slide,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide {
  padding: 0;
  flex: initial;
  width: 100%;
  height: 70vh!important;
  position: relative;
}
.platform-components-page-list__masthead-view .item_card .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview {
  border: none;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
    justify-content: end;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
  position: absolute;
  flex: 0 0 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
    flex: 0 0 80%;
    height: 80%;
    top: 0;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
  background: #ffffff;
  position: relative;
  width: 460px;
  height: 360px;
  padding: 0 70px;
  margin: 0 14vw;
  flex: initial;
  justify-content: center;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px;
    width: 95%;
    min-width: 0;
    min-height: 250px;
    margin: 0;
    height: auto;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.5625rem;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg {
  height: auto;
  overflow: visible;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg path,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg path {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
  fill: #c41230;
  transform-origin: left;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line {
  transform: scaleX(1);
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head {
  transform: translateX(1);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link {
  pointer-events: none;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper {
  pointer-events: initial;
  overflow: hidden;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper svg {
  z-index: 2;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper:before {
  z-index: 1;
  transform-origin: top left;
  transform: scale(0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, #2e2e2e 27%, #ffffff 57%);
  opacity: 0;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper {
  pointer-events: initial;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description {
  opacity: .87;
  color: #ffffff;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 1;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line {
  transform: scaleX(1.5);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head {
  transform: translateX(13px);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .platform-components-page-list__masthead-carousel-view.pc-carousel-container[data-indicators-mobile="true"] .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px 45px;
  }
}
.aem-AuthorLayer-Edit .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Layouting .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Developer .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Timewarp .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Preview .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Edit .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Layouting .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Developer .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Timewarp .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Preview .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card {
  min-height: 200px!important;
  max-height: 500px!important;
  overflow: hidden;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
    margin: 0 0 0 7%;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 3fr 9fr 2fr;
  grid-template-rows: minmax(55px, 2fr) minmax(278px, 9fr) minmax(25px, 2fr) 3fr 9fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 1fr 3fr 6fr 6fr;
    grid-template-rows: 1fr 6fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
  grid-column: 2 / 5;
  grid-row: 2 / 4;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
    object-position: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  max-height: 700px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-width: 350px;
    max-height: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 5;
  grid-row: 3 / 6;
  position: relative;
  left: 87px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
    grid-column: 4 / 5;
    grid-row: 1 / 4;
    left: 0;
    z-index: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: top right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
    object-position: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(325px, 11fr) minmax(max-content, 12fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    display: grid;
    grid-template-columns: 6fr 5fr;
    grid-template-rows: minmax(128px, 2fr) minmax(max-content, 9fr);
    margin: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 0 100px 100px 0;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: left;
    align-self: start;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper > * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card {
    margin: 0 7% 0 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 2fr 9fr 3fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 6fr 6fr 3fr 1fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary img {
    object-position: top left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 5;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    grid-column: 3 / 5;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 4;
  left: unset;
  right: 160px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    right: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
  object-position: top left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
    object-position: left;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-content-grid {
    grid-template-columns: 5fr 6fr;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .content-wrapper {
    grid-column: 1 / 2;
    margin: 0 0 100px 100px;
    justify-self: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
    margin-inline: 7%;
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 10fr 4fr;
  grid-template-rows: minmax(380px, 14fr) minmax(54px, 2fr) 10fr minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: repeat(12, 1fr);
    gap: 20px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 3;
    grid-row: 1 / 11;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
  max-height: 225px;
  min-width: 300px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 2;
    grid-row: 1 / 8;
    max-height: 100%;
    min-width: unset;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
  position: relative;
  left: 0px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    grid-row: 5 / 13;
    left: 0px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: bottom right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(405px, 14fr) minmax(max-content, 10fr) minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 6fr 6fr;
    grid-template-rows: 9fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 100px 0 0 100px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: right;
    align-self: end;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper > * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 4fr 10fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 7fr 5fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
    grid-column: 1 / 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 4;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    grid-column: 2 / 3;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 3;
  position: relative;
  left: unset;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
    grid-column: 2 / 3;
    left: 135px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
  object-position: bottom left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
  grid-column: 2 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
    grid-column: 2 / 3;
    margin: 100px 100px 0 0;
    justify-self: left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll {
  height: 150vh !important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link .article-card .content-wrapper:before {
  display: none;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-title,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-description {
  opacity: 1!important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
  min-height: 750px;
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
    min-height: 800px;
    height: 100vh;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 25px;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card > *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper > * {
  grid-area: 1 / 1 / 2 / 2;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .dpc-video-overlay,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .dpc-video-overlay {
  height: 100%;
  background: radial-gradient(35.4% 35.4% at 50% 50%, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
  min-height: unset;
  height: fit-content;
  width: 372px;
  padding: 32px 25px;
  margin-inline: auto;
  text-align: center;
  background: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    max-width: 372px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    width: 660px;
    padding: 62px 78px 62px 84px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper svg,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper svg {
  margin-inline: auto;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info {
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info > *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
  margin-inline: auto;
}
.platform-components-page-list__list-view .item_card:nth-child(n+1) .cmp-list__item-date {
  font-size: 0.625rem !important;
  text-transform: uppercase;
}
.platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:after {
  font-family: 'kitchenaid-icons', sans-serif;
  margin-bottom: unset;
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:after {
  font-family: 'kitchenaid-icons', sans-serif;
  margin-bottom: unset;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  font-size: 0.625rem !important;
  text-transform: uppercase;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  text-transform: uppercase;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-date {
  font-size: 0.625rem !important;
  text-transform: uppercase;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:after {
  font-family: 'kitchenaid-icons', sans-serif;
  margin-bottom: unset;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:after {
  font-family: 'kitchenaid-icons', sans-serif;
  margin-bottom: unset;
}

.platform-components-content-filter--theme-01 .platform-components-content-filter__title {
  color: inherit;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip:hover {
  background-color: #9b132b;
  color: #ffffff;
  border-color: #9b132b;
}
@media (max-width: 767px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear {
    color: #2e2e2e;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear {
    color: #000000;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear:hover {
    color: #c41230;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open {
  color: #2e2e2e;
  background-color: transparent;
  border-color: none;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:hover {
  color: #c41230;
  background-color: transparent;
  border-color: #f6f6f6;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open.active {
  color: #ffffff;
  background-color: #c41230;
  border-color: #f6f6f6;
  border-width: 1px;
}
@media (max-width: 767px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close .icons-close {
    color: #000000;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close:hover .icons-close {
    color: #c41230;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
  color: #2e2e2e;
  background-color: transparent;
  border-color: none;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
  color: #c41230;
  background-color: transparent;
  border-color: #f6f6f6;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
  color: #ffffff;
  background-color: #c41230;
  border-color: #f6f6f6;
  border-width: 1px;
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list.drop-shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button {
  color: #2e2e2e;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button {
    border-bottom: 1px solid #f6f6f6;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:last-child {
    border-bottom: none;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
  border: 0.1em solid currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #000000;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected {
  color: #2e2e2e;
  background-color: #ffffff;
  border-color: #f6f6f6;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #00a0dd;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #f6f6f6;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover .platform-components-content-filter__dropdown--list-button-check {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  background-color: rgba(149, 112, 48, 0.4);
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button {
  background-color: unset;
  color: #2e2e2e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:hover,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:focus {
  background-color: unset;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__lead {
  border: 1px solid #e2e2e5;
  border-right: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__notch {
  border-top: 1px solid #e2e2e5;
  border-bottom: 1px solid #e2e2e5;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__trail {
  border: 1px solid #e2e2e5;
  border-left: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--list {
  border: 1px solid #e2e2e5;
  background-color: #ffffff;
  border-top: 0;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  color: #2e2e2e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active {
  background-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon {
  color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon path {
  fill: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-bottom: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover {
  border-color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus {
  border-color: #e2e2e5;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label {
  color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label path {
  fill: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__trail {
  border-color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label {
  color: #2e2e2e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label path {
  fill: #2e2e2e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__trail {
  border-color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip {
  background-color: transparent;
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip:hover {
  background-color: #9b132b;
  color: #ffffff;
  border-color: #9b132b;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:hover {
  color: #c41230;
  background-color: transparent;
  border-color: #f6f6f6;
  border-width: 1px;
}
@media (max-width: 500px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open.active {
    background-color: transparent;
    outline: inherit;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close .icons-close {
    color: #000000;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close:hover .icons-close {
    color: #c41230;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
  border-color: none !important;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    color: inherit;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    background-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    background-color: transparent;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
  color: #c41230;
  background-color: transparent;
  border-color: #f6f6f6;
  border-width: 1px;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
    background-color: #ffffff;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
  color: #ffffff;
  border-color: #f6f6f6;
  border-width: 1px;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
    color: inherit;
    background-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
    background-color: #c41230;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list {
    border: 1px solid #f6f6f6;
    border-top: none;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check {
  background-color: currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover .platform-components-content-filter__dropdown--list-button-check svg path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:focus .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #000000;
}

/* content filter */
.platform-components-content-filter__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.platform-components-content-filter__title {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-filter__title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__title {
    margin-right: 10px;
  }
}
.platform-components-content-filter__dropdown-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}
.platform-components-content-filter__dropdown-container-overlay {
  display: none;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-container-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: none;
    transition: 200ms ease-in-out;
    z-index: 999;
  }
  .platform-components-content-filter__dropdown-container-overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-container {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 450px;
    overflow-y: auto;
    height: 100%;
    background-color: #f6f6f6;
    padding: 50px 20px 20px 20px;
    transition: 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: 1000;
  }
  .platform-components-content-filter__dropdown-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.platform-components-content-filter__sort-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 20px;
  margin-left: auto;
}
.platform-components-content-filter__taglist-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 100ms ease-in-out;
}
.platform-components-content-filter__taglist-container.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-container {
    border-top: 1px solid #d3d3d3;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-container.hidden-on-mobile {
    overflow: auto;
    white-space: nowrap;
    padding-left: 40px;
  }
  .platform-components-content-filter__taglist-container.hidden-on-mobile .platform-components-content-filter__taglist {
    flex-wrap: nowrap !important;
  }
  .platform-components-content-filter__taglist-container.hidden-on-mobile .platform-components-content-filter__taglist-clear {
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-container.hidden-on-desktop {
    display: none;
  }
  .platform-components-content-filter__taglist-container.hidden-on-desktop.active {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-container.hidden-on-desktop {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
  }
  .platform-components-content-filter__taglist-container.hidden-on-desktop.active {
    height: auto;
  }
}
.platform-components-content-filter__taglist-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.platform-components-content-filter__taglist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.platform-components-content-filter__taglist-label {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 600;
  line-height: 100%;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #2e2e2e;
}
.platform-components-content-filter__taglist-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 5px;
  padding: 9px 8px;
  border-radius: 4px;
  transition: 200ms ease-in-out;
  border-width: 1px;
  border-style: solid;
}
.platform-components-content-filter__taglist-chip .pc-chip-close {
  font-size: 1.5rem;
  margin-left: 10px;
}
.platform-components-content-filter__taglist-chip:hover {
  cursor: pointer;
}
.platform-components-content-filter__taglist-clear {
  display: flex;
  align-items: center;
  transition: 200ms ease-in-out;
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-clear {
    font-size: 9px;
    text-transform: uppercase;
  }
  .platform-components-content-filter__taglist-clear svg {
    height: 9px !important;
    margin-right: 5px;
  }
  .platform-components-content-filter__taglist-clear svg path {
    stroke: currentColor;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-clear {
    font-family: 'Avenir-Roman', 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: 0;
    margin: 5px;
  }
}
.platform-components-content-filter__taglist-clear:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-clear:hover {
    text-decoration: underline;
  }
}
.platform-components-content-filter__taglist-overflow {
  position: relative;
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-overflow:after,
  .platform-components-content-filter__taglist-overflow:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 40px;
    z-index: 1;
  }
  .platform-components-content-filter__taglist-overflow:before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .platform-components-content-filter__taglist-overflow:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.platform-components-content-filter__dropdown {
  position: relative;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown {
    width: 100%;
    margin: 10px 0;
  }
}
.platform-components-content-filter__dropdown--button {
  position: relative;
  z-index: 2;
  padding: 6px 6px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  text-decoration: none !important;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: uppercase !important;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--button {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
}
.platform-components-content-filter__dropdown--button .pc-dropdown-indicator {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__dropdown--button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.platform-components-content-filter__dropdown--button.active .pc-dropdown-indicator {
  transform: rotate(180deg);
}
.platform-components-content-filter__dropdown--list {
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
@media (min-width: 768px) {
  .platform-components-content-filter__dropdown--list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    transform-origin: top left;
    min-width: 100%;
    width: max-content;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--list {
    width: 100%;
    height: 0;
    margin: 0;
  }
}
.platform-components-content-filter__dropdown--list.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
}
.platform-components-content-filter__dropdown--list-button {
  position: relative;
  height: 45px;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
  text-decoration: none !important;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--list-button {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__dropdown--list-button-title {
  padding-left: 10px;
  flex-grow: 1;
}
.platform-components-content-filter__dropdown--list-button-check {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  flex: 0 0 1em;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__dropdown--list-button-check svg {
  transition: 200ms ease-in-out;
  opacity: 0;
}
.platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg {
  opacity: 1;
}
@media (min-width: 768px) {
  .platform-components-content-filter__dropdown-open,
  .platform-components-content-filter__dropdown-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-open {
    position: relative;
    z-index: 2;
    padding: 6px 6px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    border-radius: 0;
    text-decoration: none !important;
    font-family: 'Avenir-Roman', 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    text-transform: uppercase !important;
    letter-spacing: 0;
  }
  .platform-components-content-filter__dropdown-open svg {
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
  }
  .platform-components-content-filter__dropdown-open svg path {
    fill: currentColor;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-close {
    width: 50px;
    height: 40px;
    margin: unset;
    background: unset;
    border: unset;
    padding: unset;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 50px;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  .platform-components-content-filter__dropdown-close:hover {
    background: unset;
    border: unset;
    padding: unset;
  }
}
@media (max-width: 767px) and only screen and (max-width: 767px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 40px;
  }
}
.platform-components-content-filter__sort {
  position: relative;
  display: block;
}
.platform-components-content-filter__sort-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort-icon path {
  fill: #2e2e2e;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--button {
  position: relative;
  display: block;
  border: unset;
  min-width: 150px;
  z-index: 2;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  padding: 10px 26px 10px 10px;
  transition: 200ms ease-in-out;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort--button {
    font-size: 1rem;
  }
}
.platform-components-content-filter__sort--button [tabindex]:focus {
  outline: none !important;
}
.platform-components-content-filter__sort--button.active .platform-components-content-filter__sort-icon {
  transform: rotate(180deg) translateY(50%);
}
.platform-components-content-filter__sort-label {
  transition: 200ms ease-in-out;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort-label {
    font-size: 1rem;
  }
}
.platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.platform-components-content-filter__sort .sort-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.platform-components-content-filter__sort .sort-notched-outline__lead {
  border-radius: 2px 0 0 2px;
  width: 10px;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort .sort-notched-outline__notch {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: auto;
  max-width: calc(80%);
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort .sort-notched-outline__trail {
  border-radius: 0 2px 2px 0;
  flex-grow: 1;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--list {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 2px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.platform-components-content-filter__sort--list-item-button {
  background-color: unset;
  margin: 0;
  width: 100%;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  color: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 10px 10px !important;
  transition: 200ms ease-in-out;
  text-align: left;
  display: block;
  text-decoration: none !important;
}
.platform-components-content-filter__sort--list-item-button.selected {
  color: #9b132b;
  font-weight: bold;
}
.platform-components-content-filter__sort--list-item-button:hover {
  background-color: unset;
  color: #9b132b;
  margin: 0;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  transform: translateY(-50%);
  display: block;
  background-color: unset;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: calc(0.5rem);
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
    font-size: calc(0.5rem);
  }
}
.platform-components-content-filter__sort.selected .sort-notched-outline__notch {
  border-top: none;
  align-items: flex-start;
  padding: 0 3px;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label-selected {
  opacity: 1;
  visibility: visible;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.platform-components-content-filter__sort.active .sort-notched-outline__lead {
  border-bottom-left-radius: 0;
}
.platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-bottom-right-radius: 0;
}
.platform-components-content-filter .pc-filter-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (max-width: 500px) {
  .platform-components-content-filter__title {
    display: none;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-container {
    border-top: 1px solid #5e5e5e;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-container.active {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-container.active {
    padding: 20px 0;
  }
}
.platform-components-content-filter__taglist-label {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
}
.platform-components-content-filter__taglist-chip {
  padding: 6px 6px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-clear {
    font-size: 0.75rem;
    font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-clear {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-overflow:before {
    background: linear-gradient(90deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  }
  .platform-components-content-filter__taglist-overflow:after {
    background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  }
}
.platform-components-content-filter__dropdown--button {
  padding: 16px 16px;
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown--button {
    border-radius: 0;
  }
}
.platform-components-content-filter__dropdown--button .pc-dropdown-indicator {
  transition: transform 200ms ease-in-out;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .platform-components-content-filter__dropdown--list {
    max-width: 250px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown--list {
    border-radius: 0;
  }
}
.platform-components-content-filter__dropdown--list-button {
  padding-left: 19px;
  padding-right: 19px;
}
.platform-components-content-filter__dropdown--list-button-check svg path {
  transition: 200ms ease-in-out;
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown-open {
    padding: 0;
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  .platform-components-content-filter__dropdown-open {
    line-height: 1;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 40px;
  }
}
@media (max-width: 768px) and only screen and (max-width: 767px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 30px;
  }
}
.platform-components-content-filter__sort-icon {
  font-size: 1.5rem;
}
.platform-components-content-filter__sort--button {
  font-size: 0.75rem;
  text-transform: none;
  padding: 10px 30px 10px 10px;
}
@media (max-width: 768px) {
  .platform-components-content-filter__sort--button {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort-label {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .platform-components-content-filter__sort-label {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort .sort-notched-outline__lead {
  width: 5px;
}
.platform-components-content-filter__sort--list-item-button {
  font-size: 0.75rem;
  text-transform: none;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  text-transform: none;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.platform-components-video__js-modal-video {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.platform-components-video__js-modal-video img {
  width: 100%;
}
.modal-video-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.platform-components-video__modal-close {
  opacity: 0;
}
.platform-components-video__modal-close .platform-components-video__modal-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.platform-components-video__modal-body {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-components-video__modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-inner {
    padding: 40px;
  }
}
.platform-components-video__modal-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  outline: none !important;
  position: absolute;
  font-family: 'whirlpool-icons';
  content: '\e92d';
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  height: 5rem;
  width: 5rem;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn:hover {
  color: #9b132b;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn.video-playing {
  display: none;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn .icons-video-play {
  pointer-events: none;
}
.platform-components-video__modal-movie-wrap iframe,
.platform-components-video__modal-movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__modal-close-btn {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
.platform-components-video__modal-close-btn .icons-close {
  font-size: 50px;
  color: #d8d8db;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn .icons-close {
    font-size: 40px;
  }
}
.platform-components-video__modal-close-btn:hover {
  background-color: transparent;
}
.platform-components-video__modal-close-btn:hover .icons-close {
  color: #f6f6f6;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  font-family: 'kitchenaid-icons', sans-serif;
}

.platform-components-video__container {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.platform-components-video__container iframe {
  width: inherit;
}
.platform-components-video__container video {
  width: 100%;
  height: inherit;
  background-color: #000000;
}
.platform-components-video__container video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.platform-components-video__container:hover .platform-components-video__play-btn.video-playing + video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.platform-components-video__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-video__button:hover,
.platform-components-video__button:active,
.platform-components-video__button:focus {
  text-decoration: none;
  padding: 15px 30px;
}
.platform-components-video__button--primary {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__button--primary:hover,
.platform-components-video__button--primary:active,
.platform-components-video__button--primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-video__button--secondary {
  background-color: transparent;
  color: #c41230;
  box-shadow: inset 0 0 0 2px #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-video__button--secondary:hover,
.platform-components-video__button--secondary:active,
.platform-components-video__button--secondary:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-video__button--tertiary {
  background-color: unset;
  padding: 15px 0;
  color: #c41230;
  transition: color 200ms ease-out;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  color: #9b132b;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  background-color: unset;
  padding: 15px 0;
}
.platform-components-video__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-video__button.withicon-position--left .button-text {
  order: 2;
}
.platform-components-video__button.withicon-position--left .button-icon {
  order: 1;
  margin-right: 10px;
}
.platform-components-video__button.withicon-position--right .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--right .button-icon {
  order: 2;
  margin-left: 10px;
}
.platform-components-video__button.withicon-position--top,
.platform-components-video__button.withicon-position--bottom {
  flex-direction: column;
}
.platform-components-video__button.withicon-position--bottom .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--bottom .button-icon {
  order: 2;
}
.platform-components-video__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-video__play-btn {
  outline: none !important;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none !important;
  height: 5rem;
  width: 5rem;
}
.platform-components-video__play-btn .icons-video-play {
  pointer-events: none;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__play-btn:hover .icons-video-play {
  color: #9b132b;
}
.platform-components-video__play-btn.video-playing {
  display: none;
}
.platform-components-video__youtube-container {
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.platform-components-video__youtube-container .js-youtube-video-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__js-modal-video img {
  width: 100%;
  height: inherit;
}
.platform-components-video__js-modal-customSize img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-video__js-youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__image-play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 5rem;
  cursor: pointer;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-video__image-play-icon:hover {
  color: #9b132b;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-container .video.baseComponent {
  width: 100%;
  height: 100%;
  position: relative;
}
.platform-components-container .video.baseComponent .platform-components-video {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container video {
  object-fit: cover;
}
.video.baseComponent.aem-GridColumn,
.platform-components-container .video.baseComponent {
  margin: 0;
}

.pc-carousel-container .platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  width: 100%;
  border: 0;
  height: auto !important;
}
.pc-carousel-container .video.baseComponent {
  display: block;
}
.pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-left {
  position: relative;
  right: 2px;
}
.pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-right {
  position: relative;
  left: 2px;
}

/*similar products star rating */
.similar__products__recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.Other__products__recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}

.clp_top_rated_products_recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
} 
.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.ir__products__recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.mspCooking .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.mspRefrigerator .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}
.prd-carousel {
    font-family: "Avenir", sans-serif;
}
.clp_topselling_products_recommendation .bv_reviews_inner::before {
    color: rgb(196, 18, 57);
}

.platform-components-product-card {
  height: 100%;
  padding: 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: none;
  margin: 0;
}
.platform-components-product-card .pc-icon-plus {
  margin-right: 5px;
  font-weight: normal;
}
.platform-components-product-card__title {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 120%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.063rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card .ribbon {
  position: absolute;
  top: 0;
  padding: 5px 30px;
  margin-left: -21px;
  font-weight: 600;
  font-size: 21px;
}
.platform-components-product-card .ribbon-holder {
  margin-bottom: 30px;
}
.platform-components-product-card .compare-container {
  display: flex;
  justify-content: right;
}
.platform-components-product-card .compare-container .add-to-compare {
  cursor: pointer;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__swatches .color-select:focus {
  outline: 1px solid #000000 !important;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif !important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 200ms ease-in-out;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  transition: 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc > .button__text {
  opacity: 0;
}
.platform-components-product-card__button--primary {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-product-card__button--primary:hover,
.platform-components-product-card__button--primary:active,
.platform-components-product-card__button--primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-product-card__button--primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .add-to-package-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .platform-components-product-card__content-container {
  width: 100%;
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.platform-components-product-card .where-to-buy-continer {
  margin-top: 10px;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  z-index: 10001;
}
.pc-cart-modal__content.pc-success-state {
  border-color: #27ae60;
}
.pc-cart-modal__content.pc-alert-state {
  border-color: #a81414;
}
.pc-cart-modal__content .pc-cart-modal__icon {
  margin-right: 1rem;
  font-size: 1.375rem;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-success {
  color: #27ae60;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-alert {
  color: #a81414;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.platform-components-product-card {
  border-width: 1px;
}
.platform-components-product-card__title {
  font-size: 1.125rem;
}
.platform-components-product-card .ribbon {
  background-color: #2e2e2e;
  color: #ffffff;
  border-radius: none 0px 20px 0px;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  border-radius: 0;
  z-index: 100;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  background-color: #a81414;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.platform-components-product-card__sku {
  font-size: 0.75rem;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif !important;
}
.platform-components-product-card__description {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
  }
}
.platform-components-product-card__features {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
  }
}
.platform-components-product-card__price {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 1rem;
  }
}
.platform-components-product-card__price-sale {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__button {
  font-size: 0.875rem;
  transition: 200ms ease-in-out;
}
.platform-components-product-card__button--wtb {
  padding: 15px 0;
}
.platform-components-product-card__button--wtb:hover,
.platform-components-product-card__button--wtb:active,
.platform-components-product-card__button--wtb:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 0.875rem;
  }
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__rating {
  display: none;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__sku {
  padding-left: unset;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__delivery {
  visibility: hidden;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__stock {
  display: none;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after,
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  background-color: unset;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .platform-components-product-card__stock-container {
  display: none;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .where-to-buy-continer {
  display: none;
}
.platform-components-product-card[data-item-is-small-appliance="true"] .add-to-package-container {
  display: none;
}

.platform-components-product-card {
  height: 100%;
  padding: 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: none;
  margin: 0;
}
.platform-components-product-card .pc-icon-plus {
  margin-right: 5px;
  font-weight: normal;
}
.platform-components-product-card__title {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 120%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.063rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card .ribbon {
  position: absolute;
  top: 0;
  padding: 5px 30px;
  margin-left: -21px;
  font-weight: 600;
  font-size: 21px;
}
.platform-components-product-card .ribbon-holder {
  margin-bottom: 30px;
}
.platform-components-product-card .compare-container {
  display: flex;
  justify-content: right;
}
.platform-components-product-card .compare-container .add-to-compare {
  cursor: pointer;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__swatches .color-select:focus {
  outline: 1px solid #000000 !important;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif !important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 200ms ease-in-out;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  transition: 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc > .button__text {
  opacity: 0;
}
.platform-components-product-card__button--primary {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-product-card__button--primary:hover,
.platform-components-product-card__button--primary:active,
.platform-components-product-card__button--primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-product-card__button--primary:focus {
  background-color: #9b132b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .add-to-package-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .platform-components-product-card__content-container {
  width: 100%;
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.platform-components-product-card .where-to-buy-continer {
  margin-top: 10px;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  z-index: 10001;
}
.pc-cart-modal__content.pc-success-state {
  border-color: #27ae60;
}
.pc-cart-modal__content.pc-alert-state {
  border-color: #a81414;
}
.pc-cart-modal__content .pc-cart-modal__icon {
  margin-right: 1rem;
  font-size: 1.375rem;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-success {
  color: #27ae60;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-alert {
  color: #a81414;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.platform-components-product-card {
  height: 100%;
  border-width: 1px;
  border-style: solid;
  margin: 0;
}
.platform-components-product-card .platform-components-product-card__details-container {
  user-select: text;
}
.platform-components-product-card .pc-carousel-additional-button,
.platform-components-product-card .add-to-package-cta {
  cursor: pointer;
}
.platform-components-product-card .pc-flyout-hide-sku-num {
  display: none !important;
}
.platform-components-product-card .pc-file-reference {
  display: none !important;
}
.platform-components-product-card__title {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  line-height: 1;
  font-size: 0.75rem;
  flex: 1;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc > .button__text {
  opacity: 0;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container .where-to-buy-continer {
    margin-top: 0.5rem;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10001;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card {
  background-color: #ffffff;
  border-color: #e2e2e5;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating a {
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__disclaimer {
  border: 0.78px solid #2e2e2e;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__disclaimer:hover {
  color: #fff;
  background: #000;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #5e5e5e !important;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #c41230 !important;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__delivery {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__price .sale-price {
  color: #a81414;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__price-sale .savings-price {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__stock {
  color: #a81414;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card {
  background-color: #f6f6f6;
  border-color: #e2e2e5;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating a {
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__disclaimer {
  border: 0.78px solid #2e2e2e;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__disclaimer:hover {
  color: #fff;
  background: #000;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #5e5e5e !important;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #c41230 !important;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__delivery {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__price .sale-price {
  color: #a81414;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__price-sale .savings-price {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__stock {
  color: #a81414;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card {
  background-color: #eeeeee;
  border-color: #d8d8db;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating a {
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__disclaimer {
  border: 0.78px solid #2e2e2e;
  color: #2e2e2e;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__disclaimer:hover {
  color: #000;
  background: #fff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #5e5e5e !important;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #c41230 !important;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__delivery {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__price .sale-price {
  color: #a81414;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__price-sale .savings-price {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__stock {
  color: #a81414;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card {
  background-color: #2e2e2e;
  border-color: #d8d8db;
  color: #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating a {
  color: #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__disclaimer {
  border: 0.78px solid #ffffff;
  color: #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__disclaimer:hover {
  color: #000;
  background: #fff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #5e5e5e !important;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #c41230 !important;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #c41230;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__delivery {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__price .sale-price {
  color: #a81414;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__price-sale .savings-price {
  color: #27ae60;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__stock {
  color: #a81414;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__delivery {
  color: #014424;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__price-sale .savings-price {
  color: #014424;
}

#topratedContainerID #dealstoprate__header {
  padding: 21px 0 4px 0;
  margin-bottom: 35px;
  text-align: center;
}
#topratedContainerID .platform-components-content-card__button-container .pc-add-to-cart.addtocart_Zip {
  display: none;
}
#topratedContainerID .platform-components-content-card__button-container .platform-components-content-card__button--primary.brand.pc-add-to-cart {
  background: #c41230;
  width: 162px;
  margin: 0;
  padding: 0;
  color: #fff !important;
}
#topratedContainerID .platform-components-content-card__button-container .platform-components-content-card__button--primary.brand.pc-add-to-cart:hover {
  background-color: #9b132b;
  color: #fff;
}
#topratedContainerID .slick-slide {
  margin-right: 1%;
}
#topratedContainerID *:focus {
  outline: transparent;
}
#topratedContainerID .platform-components-product-card__price .sale-price {
  color: #2e2e2e !important;
}
#topratedContainerID .platform-components-product-card__price-sale {
  line-height: 140% !important;
  font-family: "AVENIR W01", sans-serif;
  font-weight: 400;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
#topratedContainerID .pc-carousel-container .slick-dots > li > button:focus {
  outline: 1px solid #c41230 !important;
}
#topratedContainerID .platform-components-product-card__price {
  font-family: "AVENIR W01", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}
#topratedContainerID .msrp-price {
  text-decoration: line-through;
}
#topratedContainerID .savings-price {
  margin-top: 10%;
}
#topratedContainerID .platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "AVENIR W01", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: .75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
#topratedContainerID .platform-components-rich-text .kad__titletopmajorappliances {
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
}
#topratedContainerID .kad__titletopmajorappliances span {
  text-align: center;
  text-transform: uppercase;
  width: 477px;
  height: 30px;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  color: #2E2E2E;
  font-weight: 500;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
}
#topratedContainerID .platform-components-content-card__button.withicon-right .button-icon {
  display: none;
}
#topratedContainerID .platform-components-content-card__container.image-contained-padding {
  padding: 15px 15px 18.5px 15px;
}
#topratedContainerID .topRatedContentCard.contentCard.baseComponent {
  display: block;
}
#topratedContainerID .platform-components-content-card__content.image-contained-padding {
  padding-top: 0;
}
#topratedContainerID .prd-carousel__product-tile__title {
  cursor: pointer;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 9px;
  margin: 0;
  font-family: "AVENIR W01", sans-serif;
  height: 108px;
}
#topratedContainerID .topRatedContentCard .bv_reviews_outer::before,
#topratedContainerID .topRatedContentCard .bv_reviews_inner::before {
  font-size: 15px;
  letter-spacing: 2px;
}
#topratedContainerID .bv_review {
  padding-left: 5px;
}
#topratedContainerID .platform-components-content-card__body-copy + div {
  margin-top: 18px;
}
#topratedContainerID .platform-components-content-card__body-copy {
  margin-bottom: 0;
}
#topratedContainerID .platform-components-content-card__button--primary.brand {
  text-transform: uppercase;
  width: 199px;
  height: 48px !important;
  padding: 15px 27px 16px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  margin-left: -21px;
  background-color: transparent;
  color: #C41230 !important;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
#topratedContainerID .platform-components-content-card__button--primary.brand:hover {
  background-color: transparent;
  color: #9b132b !important;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
#topratedContainerID .slick-dots .slick-active button:hover {
  border-color: #9b132b;
  background: #9b132b;
}
#topratedContainerID .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
#topratedContainerID .slick-dots > li > button {
  background-color: transparent;
  border-color: #5E5E5E;
}
#topratedContainerID .slick-dots > li:hover > button {
  background-color: #5E5E5E;
  border-color: #5E5E5E;
}
#topratedContainerID .slick-dots {
  margin: 25px 0 2px;
  margin-bottom: 1.25rem;
}
#topratedContainerID .platform-components-content-card__image-container {
  align-self: center;
  cursor: pointer;
}
#topratedContainerID .slick-dots > li > button:focus {
  outline: none;
}
#topratedContainerID .platform-components-product-card__meta-container {
  justify-content: space-between;
}
#topratedContainerID .arrows-track .slick-arrow:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  #topratedContainerID .platform-components-rich-text .kad__titletopmajorappliances {
    margin-top: 30px;
    margin-bottom: 16px;
  }
  #topratedContainerID .kad__titletopmajorappliances span {
    width: 375px;
    height: 86px;
  }
  #topratedContainerID .topRatedContentCard.contentCard.baseComponent,
  #topratedContainerID .platform-components-content-card__theme-01,
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #topratedContainerID .arrow-primary-dark .slick-arrow,
  .arrow-primary-dark .slick-arrow:hover {
    color: #c41230;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  #topratedContainerID .platform-components-content-card__image-container {
    align-self: center;
    width: 175px;
  }
  #topratedContainerID .theme-01 {
    padding-bottom: 50px;
    --overlay-color-1: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #topratedContainerID #dealstoprate__header {
    background: #fff;
    margin-top: 0px;
    padding-top: 35px;
    margin-bottom: -42px;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container .slick-slide {
    height: 196px !important;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
    margin-right: 48px;
    margin-bottom: 31px;
  }
  #topratedContainerID .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
    max-height: 126px;
    max-width: 100%;
    display: block;
    object-fit: contain;
    width: 100%;
  }
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    padding: 15px 15px 18.5px 15px;
    width: 349px;
    margin-left: 79px;
    margin-right: -37px;
    height: 210px;
  }
  #topratedContainerID .slick-slide {
    width: 25% !important;
    margin-bottom: -10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px 15px 0;
    height: 196px !important;
    margin-right: 47px;
  }
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: -11px;
    display: block !important;
    width: 100% !important;
  }
  #topratedContainerID .prd-carousel__product-tile__title {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    padding-top: 61px;
    padding-bottom: 0;
    margin: 0;
    font-family: "AVENIR W01", sans-serif;
    height: 127px;
    width: 186px;
  }
  #topratedContainerID .platform-components-content-card__body-copy {
    margin-bottom: 13px;
    margin-top: -50px;
    position: relative;
    z-index: 999;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand {
    text-transform: uppercase;
    width: 195px;
    height: 48px !important;
    padding: 15px 31px 16px;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    padding-top: 41px;
    margin-left: -21px;
    cursor: pointer !important;
    background-color: transparent;
    color: #C41230 !important;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  #topratedContainerID .platform-components-product-card__meta-container {
    justify-content: space-between;
    margin-top: 11px;
    margin-bottom: 0;
  }
  #topratedContainerID .platform-components-product-card__price .sale-price {
    color: #2E2E2E;
    margin-top: -9px;
  }
  #topratedContainerID .platform-components-product-card__price {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    line-height: 100% !important;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    width: 190px;
  }
  #topratedContainerID .platform-components-product-card__price-sale {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 140%;
    font-size: 14px;
    text-transform: uppercase;
  }
  #topratedContainerID {
    width: 1220px;
    margin: auto;
  }
  #topratedContainerID .platform-components-rich-text .kad__titletopmajorappliances {
    margin-top: 7px;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 30px;
  }
  #topratedContainerID .kad__titletopmajorappliances span {
    font-size: 30px;
    font-weight: 900;
    font-family: "AVENIR W01", sans-serif;
    line-height: 100%;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand:hover {
    background-color: transparent;
    color: #9b132b !important;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  #topratedContainerID .platform-components-content-card__button.withicon-right .button-icon {
    margin-left: 11px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    padding: 15px 15px 18.5px 15px;
    width: 324px;
    margin-left: 79px;
    margin-right: -37px;
  }
  #topratedContainerID #dealstoprate__header {
    margin-bottom: -42px;
    margin-right: 10%;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
    margin-right: 16px !important;
    margin-bottom: 30px !important;
  }
  #topratedContainerID {
    margin-left: 0;
  }
  #topratedContainerID .prd-carousel__product-tile__title {
    font-size: 14px;
    width: 162px;
  }
  #topratedContainerID .pc-carousel-container .slick-track {
    display: block !important;
    width: 100% !important;
    margin-left: -39px;
  }
  #topratedContainerID .slick-slide {
    margin-right: 17px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1170px) {
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: -46px;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1040px) {
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: -65px;
    width: 98% !important;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1130px) {
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: -73px !important;
  }
}
@media only screen and (min-width: 970px) and (max-width: 990px) {
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #topratedContainerID .kad__titletopmajorappliances span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 120%;
    color: #2E2E2E;
    font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  }
  #topratedContainerID .platform-components-content-card__button-container .platform-components-content-card__button--primary.brand.pc-add-to-cart {
    margin-left: 40px;
    margin-top: 15px;
  }
  #topratedContainerID .platform-components-content-card__button-container .button-full.trigger-modal {
    margin-left: 35px;
  }
  #topratedContainerID .arrows-track .slick-arrow.slick-next {
    background: #2e2e2e;
    color: #fff;
  }
  #topratedContainerID .arrows-track .slick-arrow.slick-prev {
    background: #2e2e2e;
    color: #fff;
  }
  #topratedContainerID .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-prev {
    left: 5px;
  }
  #topratedContainerID .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-next {
    right: 5px;
  }
  #topratedContainerID .pc-carousel-container .slick-dots > li > button:focus {
    outline: 1px solid #c41230;
  }
  #topratedContainerID .platform-components-product-card__price .sale-price {
    color: #2e2e2e;
  }
  #TopRatedMAContainer #dealstoprate__header {
    margin-bottom: -4px;
    padding: 26px 0 8px 0;
  }
  #counterTopContainer #dealstoprate__header {
    margin-bottom: -4px;
    padding: 26px 0 31px 0;
  }
  #topratedContainerID .platform-components-content-card__image-container {
    align-self: center;
    margin-left: 7px;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container .slick-slide {
    height: 235px!important;
  }
  #topratedContainerID .pc-carousel-container[data-space-between="true"] .slick-slide {
    margin-right: -3px;
    margin-left: 6px;
  }
  #topratedContainerID .platform-components-rich-text .kad__titletopmajorappliances {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: -35px;
  }
  #topratedContainerID .platform-components-rich-text > *:last-child {
    margin-bottom: -14px;
  }
  #topratedContainerID .slick-slide {
    margin-right: 7px !important;
    margin-left: 20px !important;
    display: flex;
    flex-direction: row;
    width: 325px !important;
    align-items: center;
    height: 183px !important;
    padding: 15px 10px 15px 0;
  }
  #topratedContainerID .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
    width: 98%;
  }
  #topratedContainerID .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
    padding-left: 15px;
  }
  #topratedContainerID .prd-carousel__product-tile__title {
    font-size: 14px;
    width: 94%;
    line-height: 100%;
    padding-top: 20px;
    margin-bottom: 6px !important;
    height: 77px;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand {
    background-color: transparent;
    width: 176px;
    padding: 2px 14px 15px 26px;
    color: #C41230 !important;
    margin-left: 11px;
    font-family: "AVENIR W01", sans-serif;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand:hover {
    color: #9b132b !important;
  }
  #topratedContainerID .platform-components-content-card__button-container {
    margin-left: calc(-42px);
    margin-right: calc(0px);
  }
  #topratedContainerID .platform-components-content-card__body-copy {
    margin-top: 0;
  }
  #topratedContainerID .platform-components-content-card .platform-components-content-card__content {
    width: 216%;
  }
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    padding: 8px 3px 15px 0px;
  }
  #topratedContainerID .platform-components-content-card__body-copy + div {
    margin-top: 10px;
  }
  #topratedContainerID .platform-components-product-card__price-sale {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    line-height: 140% !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 1px;
  }
  #topratedContainerID .platform-components-product-card__price {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    line-height: 100% !important;
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 1px;
  }
  #topratedContainerID .slick-dotted.slick-slider {
    margin-bottom: 0;
    margin-top: -8px;
  }
  #topratedContainerID .slick-dots {
    margin: 15px 0 47px;
  }
  #topratedContainerID .pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
    background: #D9D9D9 !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #topratedContainerID .TopratedMidContenTopV1 .slick-slide {
    margin-right: 2%;
    margin-left: 2%;
    width: 630px !important;
  }
  #topratedContainerID .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-prev {
    left: 30px;
  }
  #topratedContainerID .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-next {
    right: 30px;
  }
  #topratedContainerID .TopratedMidContenTopV2 .slick-slide {
    margin: 0 44px 0 44px;
  }
  #topratedContainerID {
    height: 480px !important;
  }
  #topratedContainerID .arrows-track .slick-arrow.slick-next {
    background: #2e2e2e;
    color: #fff;
  }
  #topratedContainerID .arrows-track .slick-arrow.slick-prev {
    background: #2e2e2e;
    color: #fff;
  }
  #topratedContainerID .pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
    background: #D9D9D9 !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 380px) and (orientation: portrait) {
  #topratedContainerID .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
    width: 84%;
    margin-right: 0;
  }
  #topratedContainerID .slick-slide {
    margin-right: 11px !important;
    margin-left: 12px !important;
    padding: 15px 1px 15px 0;
  }
  #topratedContainerID .platform-components-content-card .platform-components-content-card__content {
    width: 215%;
  }
  #topratedContainerID .platform-components-content-card__button-container {
    margin-left: calc(-41px);
    margin-right: calc(9px);
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand {
    padding: 0 15px 20px 26px;
    width: 176px;
    margin-left: 10px;
    font-family: "AVENIR W01", sans-serif;
    color: #C41230 !important;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand:hover {
    color: #9b132b !important;
  }
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    padding: 11px 3px 9px 7px;
  }
  #topratedContainerID .prd-carousel__product-tile__title {
    padding-top: 22px;
    padding-bottom: 9px;
    width: 145px;
    height: 92px;
  }
  #topratedContainerID .platform-components-content-card__content.image-contained-padding {
    padding-right: 12px;
  }
  #topratedContainerID .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  #topratedContainerID #dealstoprate__header {
    background: #fff;
    margin-top: 0px;
    padding-top: 35px;
    margin-bottom: -41px;
  }
  #topratedContainerID .kad__titletopmajorappliances span {
    margin-right: 33%;
    font-size: 30px;
    font-weight: 900;
    font-family: "AVENIR W01", sans-serif;
    line-height: 100%;
  }
  #topratedContainerID .pc-carousel-container .slick-slide {
    height: 196px !important;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
    margin: 0;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  #topratedContainerID .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
    max-height: 126px;
    max-width: 100%;
    display: block;
    object-fit: contain;
    width: 100%;
  }
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    padding: 15px 5px 18.5px 15px;
    width: 349px;
    margin-left: 23px;
    margin-right: 15px;
    height: 210px;
  }
  #topratedContainerID .slick-slide {
    width: 30% !important;
    margin-bottom: -10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px 15px 0px;
    height: 196px !important;
    margin-right: 47px;
  }
  #topratedContainerID .pc-carousel-container .slick-track {
    display: block !important;
    width: 88% !important;
    margin-left: 14px;
  }
  #topratedContainerID .prd-carousel__product-tile__title {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    padding-top: 61px;
    padding-bottom: 0;
    margin: 0;
    font-family: "AVENIR W01", sans-serif;
    height: 127px;
    width: 186px;
  }
  #topratedContainerID .platform-components-content-card__body-copy {
    margin-bottom: 13px;
    margin-top: -50px;
    position: relative;
    z-index: 999;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand {
    text-transform: uppercase;
    width: 203px;
    height: 48px !important;
    padding: 41px 24px 16px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    margin-left: -21px;
    background-color: transparent;
    color: #C41230 !important;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  #topratedContainerID .platform-components-product-card__meta-container {
    justify-content: space-between;
    margin-top: 11px;
    margin-bottom: 0;
  }
  #topratedContainerID .platform-components-product-card__price .sale-price {
    color: #2E2E2E;
    margin-top: -9px;
  }
  #topratedContainerID .platform-components-product-card__price {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    line-height: 100% !important;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    width: 190px;
    margin-top: -12px;
  }
  #topratedContainerID .platform-components-product-card__price-sale {
    font-family: "AVENIR W01", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 140% !important;
    font-size: 14px;
  }
  #topratedContainerID {
    width: 1220px;
    margin: auto;
  }
  #topratedContainerID .platform-components-rich-text .kad__titletopmajorappliances {
    margin-top: 7px;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 30px;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand:hover {
    background-color: transparent;
    color: #9b132b !important;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  #topratedContainerID .platform-components-content-card__button.withicon-right .button-icon {
    margin-left: 11px !important;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1023px) and (orientation: landscape) {
  #topratedContainerID .pc-carousel-container .slick-track {
    margin-left: 55px;
  }
  #topratedContainerID .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
    margin-right: -36px !important;
  }
  #topratedContainerID .slick-slide {
    width: 36% !important;
  }
  #topratedContainerID .platform-components-content-card__container.image-contained-padding {
    width: 406px;
    margin-left: 69px;
    margin-right: 36px;
  }
  #topratedContainerID .platform-components-content-card__button--primary.brand {
    width: 190px;
    padding: 15px 5px 16px 15px;
  }
}

.platform-components-content-card {
  /* Overrides the Platform Component style to remove the headline's margin */
}
.platform-components-content-card.platform-components-content-card--v2 {
  margin: 0;
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-content-card__container {
  position: relative;
  display: flex;
}
.platform-components-content-card__container.image-contained-padding {
  padding: 20px 20px;
}
.platform-components-content-card__container.value-prop {
  padding: 5px 5px;
}
.platform-components-content-card__preheader {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.platform-components-content-card__subtitle {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-content-card__body-copy {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__body-copy {
    font-size: 1rem;
  }
}
.platform-components-content-card__body-copy b,
.platform-components-content-card__body-copy strong {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
}
.platform-components-content-card__body-copy + div {
  margin-top: 1.75rem;
}
.platform-components-content-card__body-copy + div.value-prop {
  margin-top: 10px;
}
.platform-components-content-card__body-copy button {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  text-transform: none;
  padding: unset;
  margin: auto;
  font-size: 1rem;
  height: 1.5rem;
}
.platform-components-content-card__body-copy button:hover {
  text-decoration: underline !important;
}
.platform-components-content-card__body-copy button:focus {
  outline: 1px solid #000000;
  outline-offset: 0;
}
.platform-components-content-card__main-header.pc-body-one {
  margin-bottom: 0px;
  font-weight: bold;
}
.platform-components-content-card__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-content-card__button--secondary {
  margin: 0;
}
.platform-components-content-card__button {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-content-card__button:hover,
.platform-components-content-card__button:active {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-content-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
}
.platform-components-content-card__button:last-child {
  margin-bottom: 0;
}
.platform-components-content-card__button--primary.brand {
  background-color: #c41230;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.brand:hover,
.platform-components-content-card__button--primary.brand:active,
.platform-components-content-card__button--primary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-content-card__button--primary.light {
  background-color: #ffffff;
  color: #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.light:hover,
.platform-components-content-card__button--primary.light:active,
.platform-components-content-card__button--primary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-content-card__button--primary.dark {
  background-color: #2e2e2e;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.dark:hover,
.platform-components-content-card__button--primary.dark:active,
.platform-components-content-card__button--primary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
}
.platform-components-content-card__button--secondary.brand {
  background-color: transparent;
  color: #c41230;
  box-shadow: inset 0 0 0 2px #c41230;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.brand:hover,
.platform-components-content-card__button--secondary.brand:active,
.platform-components-content-card__button--secondary.brand:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-content-card__button--secondary.dark {
  background-color: transparent;
  color: #2e2e2e;
  box-shadow: inset 0 0 0 2px #2e2e2e;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.dark:hover,
.platform-components-content-card__button--secondary.dark:active,
.platform-components-content-card__button--secondary.dark:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-content-card__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.light:hover,
.platform-components-content-card__button--secondary.light:active,
.platform-components-content-card__button--secondary.light:focus {
  background-color: #9b132b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #9b132b;
}
.platform-components-content-card__button--tertiary {
  padding: 15px 0;
}
.platform-components-content-card__button--tertiary.brand {
  color: #c41230;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.brand:hover,
.platform-components-content-card__button--tertiary.brand:active,
.platform-components-content-card__button--tertiary.brand:focus {
  color: #9b132b;
}
.platform-components-content-card__button--tertiary.dark {
  color: #2e2e2e;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.dark:hover,
.platform-components-content-card__button--tertiary.dark:active,
.platform-components-content-card__button--tertiary.dark:focus {
  color: #9b132b;
}
.platform-components-content-card__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.light:hover,
.platform-components-content-card__button--tertiary.light:active,
.platform-components-content-card__button--tertiary.light:focus {
  color: #aaaaaa;
}
.platform-components-content-card__button--tertiary:hover,
.platform-components-content-card__button--tertiary:active,
.platform-components-content-card__button--tertiary:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-content-card__button {
    font-size: 0.875rem;
  }
}
.platform-components-content-card__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-content-card__button.withicon-left .button-text {
  order: 2;
}
.platform-components-content-card__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-content-card__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-content-card__content {
  padding: 20px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.platform-components-content-card__content.image-contained-padding {
  padding: 0;
}
.platform-components-content-card__content.image-cover-25 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content.image-cover-33 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-33--md {
    flex-basis: calc(66.66666667%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-33--sm {
    flex-basis: calc(66.66666667%);
  }
}
.platform-components-content-card__content.image-cover-66 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-66--md {
    flex-basis: calc(33.33333333%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-66--sm {
    flex-basis: calc(33.33333333%);
  }
}
.platform-components-content-card__content.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-50 {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__content.image-cover-75 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-75--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-75--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader,
.platform-components-content-card__content--animate .platform-components-content-card__main-header,
.platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader {
  transition-delay: 0.2s;
}
.platform-components-content-card__content--animate .platform-components-content-card__main-header {
  transition-delay: 0.4s;
}
.platform-components-content-card__content--animate .platform-components-content-card__body-copy {
  transition-delay: 0.6s;
}
.platform-components-content-card__content--animate .platform-components-content-card__subtitle {
  transition-delay: 0.7s;
}
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transition-delay: 0.8s;
}
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__preheader,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__main-header,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 73.125rem) {
  .platform-components-content-card__content.platform-components-content-card__boxed-container {
    max-width: 73.125rem;
    margin: 0 auto;
  }
}
.platform-components-content-card__image-container {
  position: relative;
}
.platform-components-content-card__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__image-container--background .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--bottom-alignment {
  align-items: end;
}
.platform-components-content-card__image-container--middle-alignment {
  align-items: center;
}
.platform-components-content-card__image-container--top-alignment {
  align-items: start;
}
.platform-components-content-card__image-container--center-alignment {
  justify-content: center;
}
.platform-components-content-card__image-container--left-alignment {
  justify-content: left;
}
.platform-components-content-card__image-container--right-alignment {
  justify-content: right;
}
.platform-components-content-card__image-container--image-alignment {
  display: flex;
}
.platform-components-content-card__image-container--contained.image-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.platform-components-content-card__image-container--contained.image-cover-25 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-33 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-66 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-75 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-75--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-75--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__image-container--contained.image-cover .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--contained.automatic {
  height: auto;
}
.platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  width: 100%;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container .pc-badge-image {
  position: absolute;
  margin: auto;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-c .pc-badge-image {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tl .pc-badge-image {
  left: 10px;
  top: 10px;
  right: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tr .pc-badge-image {
  right: 10px;
  top: 10px;
  left: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-bl .pc-badge-image {
  left: 10px;
  bottom: 10px;
  right: initial;
  top: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-br .pc-badge-image {
  right: 10px;
  bottom: 10px;
  top: initial;
  left: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-100 .pc-badge-image {
  width: 100%;
  height: 100%;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.platform-components-content-card .platform-components-content-card__badge-container {
  display: inline-block;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-header .pc-badge-image {
  display: flex;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image {
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon {
  width: 24px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon::before {
  font-size: 24px;
}
.platform-components-content-card a.headline-link {
  text-decoration: none;
}
.platform-components-content-card a.headline-link:hover,
.platform-components-content-card a.headline-link:active {
  text-decoration: none;
  outline: none !important;
}
.platform-components-content-card a.headline-link:focus {
  outline: 1px solid #5e5e5e !important;
}
.platform-components-content-card__theme-01 {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(255, 255, 255, 0.9);
}
.platform-components-content-card__theme-01 .platform-components-content-card__border {
  border: 1px solid #e2e2e5;
}
.platform-components-content-card__theme-01 .platform-components-content-card__main-header,
.platform-components-content-card__theme-01 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy p {
  color: #2e2e2e;
}
.platform-components-content-card__theme-01 .platform-components-content-card__preheader {
  color: #2e2e2e;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a {
  color: #c41230;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button {
  color: #c41230;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-01 .platform-components-content-card__color-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.platform-components-content-card__theme-02 {
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(246, 246, 246, 0.9);
}
.platform-components-content-card__theme-02 .platform-components-content-card__border {
  border: 1px solid #e2e2e5;
}
.platform-components-content-card__theme-02 .platform-components-content-card__main-header,
.platform-components-content-card__theme-02 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy p {
  color: #2e2e2e;
}
.platform-components-content-card__theme-02 .platform-components-content-card__preheader {
  color: #2e2e2e;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a {
  color: #c41230;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button {
  color: #c41230;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-02 .platform-components-content-card__color-overlay {
  background-color: rgba(246, 246, 246, 0.9);
}
.platform-components-content-card__theme-03 {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(238, 238, 238, 0.9);
}
.platform-components-content-card__theme-03 .platform-components-content-card__border {
  border: 1px solid #d8d8db;
}
.platform-components-content-card__theme-03 .platform-components-content-card__main-header,
.platform-components-content-card__theme-03 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy p {
  color: #2e2e2e;
}
.platform-components-content-card__theme-03 .platform-components-content-card__preheader {
  color: #2e2e2e;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a {
  color: #c41230;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button {
  color: #c41230;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button:hover {
  color: #9b132b;
}
.platform-components-content-card__theme-03 .platform-components-content-card__color-overlay {
  background-color: rgba(238, 238, 238, 0.9);
}
.platform-components-content-card__theme-04 {
  background-color: #2e2e2e;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(0, 0, 0, 0.8);
}
.platform-components-content-card__theme-04 .platform-components-content-card__border {
  border: 1px solid #000000;
}
.platform-components-content-card__theme-04 .platform-components-content-card__main-header,
.platform-components-content-card__theme-04 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy p {
  color: #ffffff;
}
.platform-components-content-card__theme-04 .platform-components-content-card__preheader {
  color: #ffffff;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a {
  color: #aaaaaa;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a:hover {
  color: #ffffff;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button {
  color: #aaaaaa;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button:hover {
  color: #ffffff;
}
.platform-components-content-card__theme-04 .platform-components-content-card__color-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.platform-components-content-card__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-content-card__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-content-card__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-content-card__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-content-card__border-radius {
  border-radius: 0;
}
.platform-components-content-card__border-radius .platform-components-content-card__image-container--background .platform-components-content-card__image {
  border-radius: 0;
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__center-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-content-card__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-content-card__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-content-card__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-content-card__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-content-card__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content {
  flex-grow: 1;
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content .platform-components-content-card__row-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .platform-components-content-card__center-text--lg {
    text-align: center;
  }
  .platform-components-content-card__center-text--lg .platform-components-content-card__button-container {
    justify-content: center;
  }
  .platform-components-content-card__center-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-text--md {
    text-align: center;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container {
    justify-content: center;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-text--sm {
    text-align: center;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container {
    justify-content: center;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .platform-components-content-card__left-text--lg {
    text-align: left;
  }
  .platform-components-content-card__left-text--lg .platform-components-content-card__button-container {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-text--md {
    text-align: left;
  }
  .platform-components-content-card__left-text--md .platform-components-content-card__button-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-text--sm {
    text-align: left;
  }
  .platform-components-content-card__left-text--sm .platform-components-content-card__button-container {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .platform-components-content-card__right-text--lg {
    text-align: right;
  }
  .platform-components-content-card__right-text--lg .platform-components-content-card__button-container {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-text--md {
    text-align: right;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-text--sm {
    text-align: right;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
.platform-components-content-card__flex-direction-row--lg {
  flex-direction: row;
  align-items: stretch;
}
.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content {
  width: 100%;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: center;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--md .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-direction-column--lg {
  flex-direction: column;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--md {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--sm {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__image-container {
  order: 1;
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__content {
  order: 2;
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__image-container {
  order: 2;
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__content {
  order: 1;
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__height-style-auto--lg {
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-auto--md {
    height: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-auto--sm {
    height: auto;
  }
}
.platform-components-content-card__height-style-vh--lg.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-content-card__height-style-vh--lg.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-content-card__height-style-vh--lg.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-content-card__height-style-vh--lg.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-content-card__height-style-vh--lg.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-content-card__height-style-vh--lg.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-vh--md.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--md.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--md.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--md.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--md.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--md.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-vh--sm.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--sm.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--sm.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--sm.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--sm.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--sm.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-content-card__width-lg--auto {
  width: auto;
}
.platform-components-content-card__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-content-card__width-lg--medium {
  width: 50%;
}
.platform-components-content-card__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__width-md--auto {
    width: auto;
  }
  .platform-components-content-card__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-md--medium {
    width: 50%;
  }
  .platform-components-content-card__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__width-sm--auto {
    width: auto;
  }
  .platform-components-content-card__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-sm--medium {
    width: 50%;
  }
  .platform-components-content-card__width-sm--large {
    width: 75%;
  }
}
.platform-components-content-card__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-content-card__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-content-card__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--md.platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--sm.platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .pc-clickable,
.platform-components-content-card.pc-clickable {
  cursor: pointer;
}
.platform-components-content-card .pc-clickable .platform-components-content-card__image-container,
.platform-components-content-card.pc-clickable .platform-components-content-card__image-container {
  overflow: hidden;
}
.platform-components-content-card .platform-components-content-card__content {
  width: 100%;
}
.match-heights .contentCard {
  height: auto;
}
.match-heights .carousel-component__item,
.match-heights .carousel-component__item .contentCard,
.match-heights .platform-components-content-card.content-card--v2,
.match-heights .platform-components-content-card__container,
.match-heights .platform-components-container .contentCard,
.match-heights .carousel-component__item > .platform-components-container {
  height: 100%;
}
button.platform-components-content-card__button {
  background: transparent;
}
button.platform-components-content-card__button:hover {
  background: transparent;
}
.pc-add-to-cart.dn {
  display: none;
}
.pc-add-to-cart.button--loader:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc-add-to-cart.button--loader .button-text {
  display: none;
}
.aem-AuthorLayer-Edit .platform-components-content-card,
.aem-AuthorLayer-Layouting .platform-components-content-card,
.aem-AuthorLayer-Developer .platform-components-content-card,
.aem-AuthorLayer-Timewarp .platform-components-content-card,
.aem-AuthorLayer-Preview .platform-components-content-card,
.aem-AuthorLayer-Edit .platform-components-content-card__container,
.aem-AuthorLayer-Layouting .platform-components-content-card__container,
.aem-AuthorLayer-Developer .platform-components-content-card__container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__container,
.aem-AuthorLayer-Preview .platform-components-content-card__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-content-card__subtitle {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__subtitle {
    font-size: 1rem;
  }
}
.platform-components-content-card__body-copy {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__body-copy {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-content-card__body-copy button {
  text-decoration: none;
  font-weight: 300;
}
.platform-components-content-card__body-copy button:hover {
  text-decoration: none !important;
  background: transparent;
}
.platform-components-content-card__button:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  #topratedContainerID .pc-carousel-container .slick-track {
    display: block !important;
    width: 100% !important;
  }
}

.br-brand {
  border-radius: 0;
}
.theme-01-text-base {
  color: #2e2e2e;
}
.theme-02-text-base {
  color: #2e2e2e;
}
.theme-03-text-base {
  color: #2e2e2e;
}
.theme-04-text-base {
  color: #ffffff;
}
.theme-01-text-emphasis {
  color: #5e5e5e;
}
.theme-02-text-emphasis {
  color: #5e5e5e;
}
.theme-03-text-emphasis {
  color: #5e5e5e;
}
.theme-04-text-emphasis {
  color: #ffffff;
}
.theme-01-interactive {
  color: #c41230;
}
.theme-02-interactive {
  color: #c41230;
}
.theme-03-interactive {
  color: #c41230;
}
.theme-04-interactive {
  color: #c41230;
}
.theme-hover:hover .theme-01-interactive {
  color: #9b132b;
}
.theme-hover:hover .theme-02-interactive {
  color: #9b132b;
}
.theme-hover:hover .theme-03-interactive {
  color: #9b132b;
}
.theme-hover:hover .theme-04-interactive {
  color: #9b132b;
}
.theme-01-background {
  background: #ffffff;
}
.theme-01-background-after:after {
  background: #ffffff;
}
.theme-02-background {
  background: #f6f6f6;
}
.theme-02-background-after:after {
  background: #f6f6f6;
}
.theme-03-background {
  background: #eeeeee;
}
.theme-03-background-after:after {
  background: #eeeeee;
}
.theme-04-background {
  background: #2e2e2e;
}
.theme-04-background-after:after {
  background: #2e2e2e;
}
.theme-01-divider {
  border-color: #5e5e5e;
}
.theme-02-divider {
  border-color: #5e5e5e;
}
.theme-03-divider {
  border-color: #5e5e5e;
}
.theme-04-divider {
  border-color: #5e5e5e;
}
.theme-01-border-color {
  border-color: #e2e2e5;
}
.theme-02-border-color {
  border-color: #e2e2e5;
}
.theme-03-border-color {
  border-color: #d8d8db;
}
.theme-04-border-color {
  border-color: #000000;
}
.theme-01-box-shadow {
  box-shadow: none;
}
.theme-02-box-shadow {
  box-shadow: none;
}
.theme-03-box-shadow {
  box-shadow: none;
}
.theme-04-box-shadow {
  box-shadow: none;
}
.theme-01-interactive-only-hover:hover {
  color: #9b132b;
}
.theme-02-interactive-only-hover:hover {
  color: #9b132b;
}
.theme-03-interactive-only-hover:hover {
  color: #9b132b;
}
.theme-04-interactive-only-hover:hover {
  color: #9b132b;
}
.button-primary-brand {
  color: #ffffff;
  background-color: #c41230;
  padding: 15px 30px;
}
.button-primary-brand:hover,
.button-primary-brand:active,
.button-primary-brand:focus {
  color: #ffffff;
  background-color: #9b132b;
}
.button-primary-brand:visited {
  color: #ffffff;
}
.button-primary-dark {
  color: #ffffff;
  background-color: #2e2e2e;
  padding: 15px 30px;
}
.button-primary-dark:hover,
.button-primary-dark:active,
.button-primary-dark:focus {
  color: #ffffff;
  background-color: #9b132b;
}
.button-primary-dark:visited {
  color: #ffffff;
}
.button-primary-light {
  color: #c41230;
  background-color: #ffffff;
  padding: 15px 30px;
}
.button-primary-light:hover,
.button-primary-light:active,
.button-primary-light:focus {
  color: #ffffff;
  background-color: #9b132b;
}
.button-primary-light:visited {
  color: #c41230;
}
.button-secondary-brand {
  color: #c41230;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #c41230;
  padding: 15px 30px;
}
.button-secondary-brand:hover,
.button-secondary-brand:active,
.button-secondary-brand:focus {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #9b132b;
  border-width: 2px;
}
.button-secondary-brand:visited {
  color: #c41230;
}
.button-secondary-dark {
  color: #2e2e2e;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #2e2e2e;
  padding: 15px 30px;
}
.button-secondary-dark:hover,
.button-secondary-dark:active,
.button-secondary-dark:focus {
  color: #ffffff;
  background-color: #9b132b;
  border-width: 2px;
  border-color: #9b132b;
}
.button-secondary-dark:visited {
  color: #2e2e2e;
}
.button-secondary-light {
  color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  padding: 15px 30px;
}
.button-secondary-light:hover,
.button-secondary-light:active,
.button-secondary-light:focus {
  color: #ffffff;
  background-color: #9b132b;
  border-color: #9b132b;
  border-width: 2px;
}
.button-secondary-light:visited {
  color: #ffffff;
}
.button-tertiary-brand {
  color: #c41230;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-brand:hover,
.button-tertiary-brand:active,
.button-tertiary-brand:focus {
  color: #9b132b;
  background-color: transparent;
}
.button-tertiary-brand:visited {
  color: #c41230;
}
.button-tertiary-dark {
  color: #2e2e2e;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-dark:hover,
.button-tertiary-dark:active,
.button-tertiary-dark:focus {
  color: #9b132b;
  background-color: transparent;
}
.button-tertiary-dark:visited {
  color: #2e2e2e;
}
.button-tertiary-light {
  color: #ffffff;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-light:hover,
.button-tertiary-light:active,
.button-tertiary-light:focus {
  color: #aaaaaa;
  background-color: transparent;
}
.button-tertiary-light:visited {
  color: #ffffff;
}
.arrow-primary-brand .slick-arrow {
  color: #ffffff;
  background: #c41230;
}
.arrow-primary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
}
.arrow-primary-light .slick-arrow {
  color: #c41230;
  background: #ffffff;
}
.arrow-primary-light .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
}
.arrow-primary-dark .slick-arrow {
  color: #ffffff;
  background: #2e2e2e;
}
.arrow-primary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
}
.arrow-secondary-brand .slick-arrow {
  color: #c41230;
  background: transparent;
  border: 2px solid #c41230;
}
.arrow-secondary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
  border: 2px solid #9b132b;
}
.arrow-secondary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.arrow-secondary-light .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
  border: 2px solid #9b132b;
}
.arrow-secondary-dark .slick-arrow {
  color: #2e2e2e;
  background: transparent;
  border: 2px solid #2e2e2e;
}
.arrow-secondary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #9b132b;
  border: 2px solid #9b132b;
}
.arrow-tertiary-brand .slick-arrow {
  color: #c41230;
  background: transparent;
}
.arrow-tertiary-brand .slick-arrow:hover {
  color: #9b132b;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow {
  color: #2e2e2e;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow:hover {
  color: #9b132b;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow:hover {
  color: #aaaaaa;
  background: transparent;
}
.header-one {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-one {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.header-two {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-two {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
.header-three {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-three {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
  }
}
.header-four {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-four {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}
.header-five {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-five {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.header-six {
  margin: 0;
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .header-six {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.pc-clickable {
  color: #c41230;
  transition: color 200ms ease-out;
}
.pc-clickable:hover,
.pc-clickable:active,
.pc-clickable:focus {
  color: #9b132b;
}
.pc-body-one {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-one {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.pc-body-two {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-two {
    font-size: 0.875rem;
  }
}
.dpc-h1 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.375rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h1 {
    font-size: 1.875rem;
  }
}
.dpc-h2 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h2 {
    font-size: 1.5625rem;
  }
}
.dpc-h3 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h3 {
    font-size: 1.1875rem;
  }
}
.dpc-h4 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h4 {
    font-size: 1.0625rem;
  }
}
.dpc-h5 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h5 {
    font-size: 0.9375rem;
  }
}
.dpc-h6 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h6 {
    font-size: 0.875rem;
  }
}
.dpc-overline1 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline1 {
    font-size: 0.75rem;
  }
}
.dpc-overline2 {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline2 {
    font-size: 0.625rem;
  }
}
.dpc-subtitle1 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-subtitle1 {
    font-size: 1rem;
  }
}
.dpc-body1 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1 {
    font-size: 1rem;
  }
}
.dpc-body2 {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2 {
    font-size: 0.875rem;
  }
}
.dpc-body1-bold {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1-bold {
    font-size: 1rem;
  }
}
.dpc-body2-bold {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2-bold {
    font-size: 0.875rem;
  }
}
.dpc-caption {
  font-family: 'Avenir-Heavy', 'Avenir', sans-serif;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-caption {
    font-size: 0.75rem;
  }
}
.dpc-disclaimer {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .dpc-disclaimer {
    font-size: 0.625rem;
  }
}

.pc-carousel-wrapper {
  position: relative;
  /* Fix the disclaimer tooltip overlapping issue */
}
.pc-carousel-wrapper .pc-carousel-container {
  overflow: hidden;
}
.pc-carousel-wrapper .pc-carousel-container .slick-track {
  display: flex !important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide {
  height: inherit !important;
  outline: none!important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card {
  flex: auto;
  padding: 0;
  height: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card .article-preview,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card .article-preview {
  box-shadow: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div.platform-components-product-card__flex-container {
  align-items: stretch;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div > div {
  outline: none!important;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  list-style: none;
  display: flex !important;
  padding: 0;
  margin: 0;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots li button:before {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow {
  font-size: 0;
  font-family: none;
  font-weight: initial;
  padding: 0;
  transition: none;
  text-decoration: none;
  box-sizing: border-box;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button .icons-arrow-right:focus,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow .icons-arrow-right:focus {
  outline: none;
}
@media (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image-mobile {
    display: none;
  }
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  position: relative;
  margin: 30px 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li > button {
  position: relative;
  border-style: solid;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li > button:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  clip-path: circle(50% at 50% 50%);
  border: 0;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform-origin: left;
  animation-name: carousel-indicator-fill;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="2000"] .slick-dots .slick-active button:after {
  animation-duration: 3s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="3000"] .slick-dots .slick-active button:after {
  animation-duration: 4s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="4000"] .slick-dots .slick-active button:after {
  animation-duration: 5s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="5000"] .slick-dots .slick-active button:after {
  animation-duration: 6s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"]:after {
    height: 0;
    width: 0;
  }
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
  margin: 0 10px;
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-list {
  margin: 0 -10px;
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
  width: 100%;
}
@media (max-width: 767.9px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
    display: none ;
  }
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
  width: 100%;
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
    display: none ;
  }
}
@media (min-width: 1024px) and (max-width: 1190px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"][data-arrows-desktop="true"] {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"][data-arrows-tablet="true"] {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"][data-arrows-mobile="true"] {
    overflow: hidden;
  }
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item:nth-child(1) {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel .slick-list {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container:not([data-space-between="true"]) .slick-slide:not(:last-child) .platform-components-content-card__border {
  border-right-width: 0;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  margin: 30px auto;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li {
  height: 10px;
  align-items: flex-end;
}
.pc-carousel-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .arrows-track {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .arrows-track {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .arrows-track {
    height: 100%;
  }
}
.pc-carousel-wrapper .arrows-track {
  position: absolute;
  height: calc(100% - 80px);
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  height: 40px;
  width: 40px;
  font-size: 26px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: 200ms ease-out;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  text-decoration: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
  opacity: 50%;
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .pc-carousel-wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (min-width: 1291px) {
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: -50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li {
  margin: 0px calc(5px);
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li > button {
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-radius: 100%;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li:hover > button {
  height: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 100%;
  }
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li > button {
  background-color: transparent;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li > button {
  background-color: transparent;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li > button {
  background-color: transparent;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li > button {
  background-color: transparent;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  width: 300px;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li {
  margin: 0px calc(2.5px);
  width: 100%;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li > button {
  height: 2px;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li:hover > button {
  height: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-line .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 0;
  }
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li:hover > button {
  background-color: #d8d8db;
  border-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li.slick-active > button {
  background-color: #c41230;
  border-color: #c41230;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #d8d8db;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #c41230;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  border-radius: 100%;
  transition: 200ms ease-out;
}
@keyframes carousel-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(100%);
  }
}

.platform-components-toast__editor {
  display: none;
}
.platform-components-toast__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  z-index: 9999;
}
.platform-components-toast__overlay.active {
  display: block;
}
.active .platform-components-toast__container {
  background-color: #ffffff;
  border-radius: 0;
  border-width: 1px;
  padding: 20px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.25);
  width: auto;
  max-width: 73.125rem;
  border-color: #e2e2e5;
  position: fixed;
  bottom: 50px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__container {
    max-width: 100%;
    left: unset;
    transform: unset;
    width: 100%;
  }
}
.active .platform-components-toast__content {
  padding-left: 40px;
  padding-right: 40px;
}
.active .platform-components-toast__content p,
.active .platform-components-toast__content ul,
.active .platform-components-toast__content ol,
.active .platform-components-toast__content li,
.active .platform-components-toast__content blockquote,
.active .platform-components-toast__content table,
.active .platform-components-toast__content td {
  font-family: 'Avenir-Roman', 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 160%;
  font-size: 0.625rem;
  letter-spacing: 0;
  color: #2e2e2e;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__content p,
  .active .platform-components-toast__content ul,
  .active .platform-components-toast__content ol,
  .active .platform-components-toast__content li,
  .active .platform-components-toast__content blockquote,
  .active .platform-components-toast__content table,
  .active .platform-components-toast__content td {
    font-size: 0.625rem;
  }
}
.active .platform-components-toast__content a {
  color: #c41230;
}
.active .platform-components-toast__content a:hover,
.active .platform-components-toast__content a:active,
.active .platform-components-toast__content a:focus {
  color: #9b132b;
}
.platform-components-toast__close {
  display: flex;
  height: auto !important;
  font-weight: 800;
  font-size: 1.875rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #c41230;
}
.platform-components-toast__close:hover,
.platform-components-toast__close:active,
.platform-components-toast__close:focus {
  background-color: unset;
  border: unset;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #9b132b;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
.toast-opened {
  position: relative;
  z-index: 1000;
}
.toast-trigger {
  display: inline-block;
  vertical-align: sub;
}
.toast-trigger .toast-sup-decoration {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #e2e2e5;
  padding: 5px 3px;
  margin-bottom: 0px;
  margin-right: 1px;
  font-size: 10px;
  top: -0.5em;
  cursor: pointer;
  color: #2e2e2e;
  background-color: #ffffff;
  vertical-align: top;
}
.toast-trigger .toast-sup-decoration:hover {
  color: #ffffff;
  background-color: #c41230;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.25);
  border-color: #c41230;
}
.toast-trigger [data-toast-tooltip] {
  z-index: 5;
  position: relative;
}
.toast-trigger [data-toast-tooltip]:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: 5px;
  padding: 5px;
  width: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-toast-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
}
.toast-trigger [data-toast-tooltip]:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.toast-trigger [data-toast-tooltip]:before,
.toast-trigger [data-toast-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
.toast-trigger [data-toast-tooltip]:hover:before,
.toast-trigger [data-toast-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

