/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../cg/clientlib-owl/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: black; }

form input.st-search-input {
    font-size: 12px;
    padding: 5px 9px 5px 27px;
    height: 18px;
    width: 200px;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
}

.swiftype-widget .autocomplete {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.swiftype-widget .autocomplete ul {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.swiftype-widget .autocomplete li {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 10px 8px;
    font-size: 13px;
    list-style-type: none;
    background-image: none;
    margin: 0;
}

.swiftype-widget .autocomplete li:first-child {
    border-top: 1px solid #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.swiftype-widget .autocomplete li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.swiftype-widget .autocomplete li.active {
    border-top: 1px solid #145A93;
    border-bottom: 1px solid #086aa8;
    background-color: #1285d5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #37a3e9), color-stop(100%, #1285d5));
    background: -webkit-linear-gradient(#37a3e9, #1285d5);
    background: -moz-linear-gradient(#37a3e9, #1285d5);
    background: -o-linear-gradient(#37a3e9, #1285d5);
    background: linear-gradient(#37a3e9, #1285d5);
    -webkit-box-shadow: 0 1px 0 #69bdf3 inset;
    -moz-box-shadow: 0 1px 0 #69bdf3 inset;
    box-shadow: 0 1px 0 #69bdf3 inset;
}

.swiftype-widget .autocomplete li p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.swiftype-widget .autocomplete li p.title {
    font-weight: bold;
    color: #1c6cb5;
}

.swiftype-widget .autocomplete li p.title em {
    color: #0b2644;
    font-style: normal;
    font-weight: bold;
}

.swiftype-widget .autocomplete li.active p.title {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

.swiftype-widget .autocomplete li.active p.title em {
    color: #fff;
    font-style: normal;
}

.swiftype-widget .autocomplete li .sections {
    color: #999;
    font-size: 11px;
}

.swiftype-widget .autocomplete li .sections em {
    color: #666;
    font-style: normal;
}

.swiftype-widget .autocomplete li .sections .section {
    display: inline;
}

.swiftype-widget .autocomplete li.active .sections {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #a9d7f1;
}

.swiftype-widget .autocomplete li.active .sections em {
    color: #a9d7f1;
    font-style: normal;
}

.swiftype-widget .autocomplete li.noResults {
    pointer-events: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
#modal-3 {
  display: none;
}
#modal-3.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 200;
  justify-content: center;
  align-items: center;
}
.modal__container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal__container {
    width: auto;
    height: auto;
    min-width: 600px;
    max-width: 600px;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*******************************************************************************/
/* Global Styles                                                               */
/*                                                                             */
/*  CSS that applies to all pages or CSS only components go here               */
/*                                                                             */
/*******************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 90%;
}
html.modal-open,
html.no-scroll,
html.modal-open body,
html.no-scroll body,
html.modal-open main,
html.no-scroll main {
  overflow: hidden!important;
  position: relative;
}
html.modal-open body {
  position: fixed;
  width: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.hidden {
  display: none !important;
}
.blur {
  filter: blur(16px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  vertical-align: baseline;
}
.image img {
  max-width: 100%;
}

html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens
{ /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
  cursor: none;
}
.magnify {
  position: relative;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 135px;
  height: 135px;
  border: 3px solid black;
  cursor: none;
  pointer-events: none;
  display: none;
  z-index: 99;
}
.magnify:hover > img {
  opacity: 0.5;
  pointer-events: auto;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/*******************************************************************************/
/* Global Styles                                                               */
/*                                                                             */
/*  CSS that applies to all pages or CSS only components go here               */
/*                                                                             */
/*******************************************************************************/
.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
  color: inherit;
}
select {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
@font-face {
  font-family: BebasNeue;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/BebasNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Regular-It.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Sbold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Sbold-It.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url('../../../../../etc/clientlibs/marketplace/fonts/ProximaNova-Bold-It.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
.cg-text b,
.cg-title b,
.rt-text b,
.cg-text strong,
.cg-title strong,
.rt-text strong {
  font-weight: bold;
}
.cg-text i,
.cg-title i,
.rt-text i,
.cg-text em,
.cg-title em,
.rt-text em {
  font-style: italic;
}
.cg-text ul,
.cg-title ul,
.rt-text ul,
.cg-text ol,
.cg-title ol,
.rt-text ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.cg-text ul li,
.cg-title ul li,
.rt-text ul li {
  list-style-type: disc;
}
.cg-text ol li,
.cg-title ol li,
.rt-text ol li {
  list-style-type: decimal;
}
.cg-text a:not([href]),
.cg-title a:not([href]),
.rt-text a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .cg-text a:not([href]),
  .cg-title a:not([href]),
  .rt-text a:not([href]) {
    top: -10.5rem;
  }
}
.cg-text a[href],
.cg-title a[href],
.rt-text a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.cg-text a[href]:hover,
.cg-title a[href]:hover,
.rt-text a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.cg-text a[href] div,
.cg-title a[href] div,
.rt-text a[href] div {
  display: inline;
}
.cg-text a[target="_blank"],
.cg-title a[target="_blank"],
.rt-text a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.cg-text a[target="_blank"]:hover,
.cg-title a[target="_blank"]:hover,
.rt-text a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.cg-text a[target="_blank"] div,
.cg-title a[target="_blank"] div,
.rt-text a[target="_blank"] div {
  display: inline;
}
.cg-text a[target="_blank"]:hover,
.cg-title a[target="_blank"]:hover,
.rt-text a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.cg-text a[target="_blank"]::after,
.cg-title a[target="_blank"]::after,
.rt-text a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.cg-text img,
.cg-title img,
.rt-text img {
  vertical-align: middle;
}
.cg-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .cg-text {
    line-height: 1.71;
  }
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: 300;
  color: #121312;
  font-size: 90%;
}
html.no-scroll,
html.no-scroll body,
html.no-scroll main {
  overflow: hidden!important;
  position: relative;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
body {
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.target.parbase {
  visibility: hidden;
}
.marketplace-cart-modal__container {
  border-radius: 0;
  overflow: auto;
  display: flex;
  max-width: 45rem;
  width: 45rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__container {
    max-height: 30rem;
  }
}
.marketplace-cart-modal__inner-wrapper {
  display: flex;
  height: 100%;
  padding: 1.875rem;
  width: 100%;
  position: relative;
}
.marketplace-cart-modal__modal-close {
  position: absolute;
  right: 1em;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 400;
  outline: none;
}
.marketplace-cart-modal__modal-close__icon--hover {
  display: none;
}
.marketplace-cart-modal__modal-close__icon,
.marketplace-cart-modal__modal-close__icon--hover {
  width: 100%;
  height: 100%;
}
.marketplace-cart-modal__modal-close:hover svg:first-child,
.marketplace-cart-modal__modal-close:focus svg:first-child {
  display: none;
}
.marketplace-cart-modal__modal-close:hover svg:nth-child(2),
.marketplace-cart-modal__modal-close:focus svg:nth-child(2) {
  display: block;
}
.marketplace-cart-modal__modal-close svg {
  pointer-events: none;
}
.marketplace-cart-modal__image-container {
  height: 18rem;
  display: flex;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-basis: 50%;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .marketplace-cart-modal__image-container {
    background-position: right center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__image-container {
    display: none;
  }
}
.marketplace-cart-modal__content-container {
  flex-basis: 50%;
  padding: 2rem 2rem;
  position: relative;
}
.marketplace-cart-modal__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-cart-modal__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-cart-modal__quantity-container {
  display: flex;
  width: 12.56rem;
  height: 3.8rem;
  margin: 2rem 0 2rem;
}
.marketplace-cart-modal__quantity-banner-container {
  display: flex;
  width: 12.56rem;
  height: 2.43rem;
}
.marketplace-cart-modal__quantity-btn {
  width: 3.8rem;
  border: 1px solid #707070;
}
.marketplace-cart-modal__quantity-btn--minus:focus,
.marketplace-cart-modal__quantity-btn--plus:focus {
  outline: none;
  position: relative;
}
.marketplace-cart-modal__quantity-btn--minus:focus::before,
.marketplace-cart-modal__quantity-btn--plus:focus::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-cart-modal__quantity-btn--minus:active,
.marketplace-cart-modal__quantity-btn--plus:active {
  outline: none;
  position: relative;
}
.marketplace-cart-modal__quantity-btn--minus:active::before,
.marketplace-cart-modal__quantity-btn--plus:active::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-cart-modal__quantity-btn-banner {
  border: 1px solid #707070;
}
.marketplace-cart-modal__quantity-icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-cart-modal__quantity-label {
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: 'ProximaNova', Georgia, serif;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: none;
  border-right: none;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  width: 4.79rem;
}
.marketplace-cart-modal__quantity-label:focus,
.marketplace-cart-modal__quantity-label:active {
  outline: unset;
  position: relative;
  border: 1px solid #175fcc;
  border-top: 2px solid #175fcc;
  border-bottom: 2px solid #175fcc;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-cart-modal__quantity-label {
    padding-top: 0;
  }
}
.marketplace-cart-modal__quantity-label-banner {
  font-size: 1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-cart-modal__quantity-label-banner {
    padding-top: 0;
  }
}
.marketplace-cart-modal__quantity-banner-wrapper {
  display: none;
  flex-direction: column;
  margin-left: 1.125rem;
}
@media screen and (min-width: 1342px) {
  .marketplace-cart-modal__quantity-banner-wrapper {
    display: flex;
  }
}
.marketplace-cart-modal__btnCta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  margin: auto 0 0 0;
  width: 100%;
  min-height: 3.12rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btnCta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-cart-modal__btnCta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-cart-modal__btnCta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-cart-modal__btnCta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-cart-modal__btnCta:hover,
.marketplace-cart-modal__btnCta:focus {
  outline: none;
}
.marketplace-cart-modal__btnCta:hover,
.marketplace-cart-modal__btnCta:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btnCta {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btnCta {
    margin-bottom: 2rem;
  }
}
.marketplace-cart-modal__btnCta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btnCta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-cart-modal__btnCta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-cart-modal__btnCta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-cart-modal__btnCta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-cart-modal__btnCta:hover,
.marketplace-cart-modal__btnCta:focus {
  outline: none;
}
.marketplace-cart-modal__btnCta:hover,
.marketplace-cart-modal__btnCta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btnCta {
    width: 10.8rem;
  }
}
.marketplace-cart-modal__total {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .marketplace-cart-modal__total {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-cart-modal__btn-success {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  margin: auto 0 0 0;
  width: 100%;
  max-width: 12.4rem;
  min-height: 3.12rem;
  line-height: 2.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btn-success {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-cart-modal__btn-success {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-cart-modal__btn-success:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-cart-modal__btn-success div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-cart-modal__btn-success:hover,
.marketplace-cart-modal__btn-success:focus {
  outline: none;
}
.marketplace-cart-modal__btn-success:hover,
.marketplace-cart-modal__btn-success:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-cart-modal__btn-success {
    width: 10.8rem;
  }
}
.marketplace-cart-modal__btn-success:hover svg {
  -webkit-filter: invert(100%);
  /* safari 6.0 - 9.0 */
  filter: invert(100%);
}
.marketplace-cart-modal__success-icon {
  height: 1.3rem;
  width: 1.3rem;
  margin-right: 0.5rem;
}
.marketplace-cart-modal__hide {
  display: none;
}
.blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
}
.swiftype-widget .autocomplete {
  border: 1px solid #000000;
  box-shadow: none;
  border-radius: 0;
}
.swiftype-widget .autocomplete li p.title {
  color: #707070;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .swiftype-widget .autocomplete li p.title {
    line-height: 1.75;
  }
}
.swiftype-widget .autocomplete li.active {
  box-shadow: none;
  background: #707070 none;
  color: #ffffff;
}
.swiftype-widget .autocomplete li.active p.title {
  color: #ffffff;
}
.marketplace-restricted-subscription-modal__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.marketplace-restricted-subscription-modal__subtitle {
  font-size: 16px;
  margin-bottom: 2rem;
}
.marketplace-restricted-subscription-modal__cta_cart {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  margin: auto 0 0 0;
  width: 100%;
  min-height: 3.12rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-restricted-subscription-modal__cta_cart {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-restricted-subscription-modal__cta_cart {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-restricted-subscription-modal__cta_cart:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-restricted-subscription-modal__cta_cart div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-restricted-subscription-modal__cta_cart:hover,
.marketplace-restricted-subscription-modal__cta_cart:focus {
  outline: none;
}
.marketplace-restricted-subscription-modal__cta_cart:hover,
.marketplace-restricted-subscription-modal__cta_cart:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-restricted-subscription-modal__cta_cart {
    width: 10.8rem;
  }
}

/* The order of the imports below matters due to inheritance */
.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.cg-page__alert {
  background-color: #ffffff;
  border-top: none;
  position: fixed;
  bottom: 0;
  z-index: 200;
  width: 100%;
}
.cg-page__alert-container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin: 1.3rem auto 1.7rem;
}
@media screen and (min-width: 768px) {
  .cg-page__alert-container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .cg-page__alert-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .cg-page__alert-container {
    margin: 1.7rem auto 1.75rem;
    display: flex;
  }
}
.cg-page__alert-text {
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cg-page__alert-text {
    line-height: 1.75;
  }
}
.cg-page__alert-text a {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.cg-page__alert-text a:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.cg-page__alert-text a div {
  display: inline;
}
.cg-page__alert-text a[href] {
  text-decoration: none;
}
.cg-page__alert-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .cg-page__alert-btn {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .cg-page__alert-btn {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.cg-page__alert-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.cg-page__alert-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cg-page__alert-btn:hover,
.cg-page__alert-btn:focus {
  outline: none;
}
.cg-page__alert-btn:hover,
.cg-page__alert-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cg-page__alert-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cg-page__alert-btn {
    margin-top: 1rem;
    width: auto;
  }
}
.cg-page__alert-btn span {
  display: none;
}
/* Edit styles */
.aem-AuthorLayer-Edit .iparys_inherited,
.aem-AuthorLayer-Targeting .iparys_inherited {
  display: none;
}
.aem-AuthorLayer-Edit .global-banner,
.aem-AuthorLayer-Targeting .global-banner {
  display: none;
}
.aem-AuthorLayer-Edit .edit-global-banner,
.aem-AuthorLayer-Targeting .edit-global-banner {
  padding: 0;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-purchase-summary
 */
.marketplace-purchase-summary {
  min-height: 3rem;
}
.marketplace-purchase-summary__loading-container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  min-height: 30vh;
  margin-bottom: 8.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__loading-container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-summary__loading-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.marketplace-purchase-summary__loading-image {
  max-width: 10rem;
  max-height: 10rem;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__error-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-summary__error-wrapper {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.marketplace-purchase-summary__error-text-wrapper {
  text-align: left;
}
.marketplace-purchase-summary__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-purchase-summary__error,
.marketplace-purchase-summary__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-purchase-summary__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-purchase-summary__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-purchase-summary__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-purchase-summary__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-purchase-summary__error-close,
.marketplace-purchase-summary__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-purchase-summary__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__error-info {
    line-height: 1.75;
  }
}
.marketplace-purchase-summary__error-info b,
.marketplace-purchase-summary__error-info strong {
  font-weight: bold;
}
.marketplace-purchase-summary__error-info i,
.marketplace-purchase-summary__error-info em {
  font-style: italic;
}
.marketplace-purchase-summary__error-info ul,
.marketplace-purchase-summary__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-purchase-summary__error-info ul li {
  list-style-type: disc;
}
.marketplace-purchase-summary__error-info ol li {
  list-style-type: decimal;
}
.marketplace-purchase-summary__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-purchase-summary__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-purchase-summary__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-summary__error-info a[href] div {
  display: inline;
}
.marketplace-purchase-summary__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-purchase-summary__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-summary__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-purchase-summary__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-purchase-summary__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-purchase-summary__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-purchase-summary__error-icon {
    margin-right: 2rem;
  }
  .marketplace-purchase-summary__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-purchase-summary__error-icon {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__title-container {
    margin: 0 auto;
    text-align: center;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__title-container {
    text-align: left;
    padding-bottom: 2rem;
  }
}
.marketplace-purchase-summary__empty-cart-container {
  padding-top: 2rem;
  margin: auto;
  display: block;
}
.marketplace-purchase-summary__empty-cart-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.marketplace-purchase-summary__empty-cart-text {
  margin-top: 1.5rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__empty-cart-text {
    line-height: 1.4;
  }
}
.marketplace-purchase-summary__empty-cart-button-container {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__empty-cart-button-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__empty-cart-button-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.marketplace-purchase-summary__shop-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__shop-btn {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-summary__shop-btn {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-purchase-summary__shop-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-purchase-summary__shop-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-purchase-summary__shop-btn:hover,
.marketplace-purchase-summary__shop-btn:focus {
  outline: none;
}
.marketplace-purchase-summary__shop-btn:hover,
.marketplace-purchase-summary__shop-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__shop-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__shop-btn {
    width: 100%;
  }
}
.marketplace-purchase-summary__summary-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__summary-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__summary-title {
    font-size: 2.75rem;
  }
}
.marketplace-purchase-summary__history-grid {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-grid {
    padding-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-grid {
    display: block;
  }
}
.marketplace-purchase-summary__history-row {
  border-bottom: 1px #121312 solid;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
    flex-grow: 1;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-row--order {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-row--order {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-row--title {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-row-flex-container {
    flex-flow: row;
    display: inline-flex;
    flex-basis: 74%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-title-order-date,
  .marketplace-purchase-summary__history-date--short {
    flex-basis: 15%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-title,
  .marketplace-purchase-summary__history-title-order-date {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
    flex: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-title,
  .marketplace-purchase-summary__history-title-order-date {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-title--hidden,
  .marketplace-purchase-summary__history-title-order-date--hidden {
    visibility: hidden;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
    width: 5.46rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-title--hidden,
  .marketplace-purchase-summary__history-title-order-date--hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-title-products {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-title-products {
    display: none;
  }
}
.marketplace-purchase-summary__history-products {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-products {
    float: left;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-products {
    display: block;
    position: relative;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-row-items {
    padding-right: 3.7rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-row-items {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-lineItem {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-lineItem {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-lineItem {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-lineItem {
    line-height: 1.71;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-date--long {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-date--long {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
    flex: 1;
  }
}
.marketplace-purchase-summary__history-price {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-price {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-price {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-price {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-date--short {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-date--short {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-date--short {
    display: none;
  }
}
.marketplace-purchase-summary__history-status-icon,
.marketplace-purchase-summary__history-details-icon,
.marketplace-purchase-summary__history-reorder-icon {
  position: relative;
  margin-right: 0.1rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-status-icon,
  .marketplace-purchase-summary__history-details-icon,
  .marketplace-purchase-summary__history-reorder-icon {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-status-icon,
  .marketplace-purchase-summary__history-details-icon,
  .marketplace-purchase-summary__history-reorder-icon {
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
  }
}
.marketplace-purchase-summary__history-details-icon,
.marketplace-purchase-summary__history-reorder-icon {
  width: 1rem;
  height: 1rem;
  top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-details-icon,
  .marketplace-purchase-summary__history-reorder-icon {
    width: 0.8rem;
    height: 1.4rem;
  }
}
.marketplace-purchase-summary__history-reorder-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMzEgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMxNC4wMDAwMDAsIC0xMzEzLjAwMDAwMCkiIGZpbGw9IiM2NzY3NjciIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMxNC4wMDAwMDAsIDEzMDUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMDQyMjIyMiwyNS44MDkxMzk4IEwzMSwxOS4wMjE1MDU0IEwyNS41MjMzMzMzLDE5LjAyMTUwNTQgQzI0Ljc2NTU1NTYsMTIuODM4NzA5NyAxOS4zNTc3Nzc4LDggMTIuODEzMzMzMyw4IEM1Ljc1MjIyMjIyLDggMCwxMy42MTE1NTkxIDAsMjAuNSBDMCwyNy4zODg0NDA5IDUuNzUyMjIyMjIsMzMgMTIuODEzMzMzMywzMyBDMTUuMzk2NjY2NywzMyAxNy44NzY2NjY3LDMyLjI2MDc1MjcgMTkuOTc3Nzc3OCwzMC44NDk0NjI0IEwxOC4xODY2NjY3LDI4LjI5NTY5ODkgQzE2LjYwMjIyMjIsMjkuMzM3MzY1NiAxNC43NDIyMjIyLDI5LjkwODYwMjIgMTIuODEzMzMzMywyOS45MDg2MDIyIEM3LjUwODg4ODg5LDI5LjkwODYwMjIgMy4xNjg4ODg4OSwyNS42NzQ3MzEyIDMuMTY4ODg4ODksMjAuNSBDMy4xNjg4ODg4OSwxNS4zMjUyNjg4IDcuNTA4ODg4ODksMTEuMDkxMzk3OCAxMi44MTMzMzMzLDExLjA5MTM5NzggQzE3LjYwMTExMTEsMTEuMDkxMzk3OCAyMS41OTY2NjY3LDE0LjUxODgxNzIgMjIuMzIsMTkuMDIxNTA1NCBMMTcuMDg0NDQ0NCwxOS4wMjE1MDU0IEwyNC4wNDIyMjIyLDI1LjgwOTEzOTggWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjUwMDAwMCwgMjAuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xNS41MDAwMDAsIC0yMC41MDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-summary__history-status-Processing {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMjAgNSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzhEOEM4QSI+CiAgICAgICAgPHBhdGggZD0iTTEwLjkxIDIuODg1Yy0uNTQ1LjU0NS0xLjQzLjU0NS0xLjk3NSAwLS41NDUtLjU0Ni0uNTQ1LTEuNDMgMC0xLjk3NnMxLjQzLS41NDYgMS45NzYgMGMuNTQ2LjU0NS41NDYgMS40MyAwIDEuOTc2ek0xOC45MzYgMi44ODVjLS41NDUuNTQ1LTEuNDMuNTQ1LTEuOTc2IDAtLjU0NS0uNTQ2LS41NDUtMS40MyAwLTEuOTc2LjU0Ni0uNTQ2IDEuNDMxLS41NDYgMS45NzYgMCAuNTQ2LjU0NS41NDYgMS40MyAwIDEuOTc2ek0yLjg4NSAyLjg4NWMtLjU0Ni41NDUtMS40My41NDUtMS45NzYgMEMuMzY0IDIuMzQuMzY0IDEuNDU1LjkxLjkxYy41NDYtLjU0NiAxLjQzLS41NDYgMS45NzYgMCAuNTQ1LjU0NS41NDUgMS40MyAwIDEuOTc2eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIvPgogICAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-summary__history-status-Shipped {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0icHJlZml4X19hIiBkPSJNMCAwLjVMMSAwLjUgMSAxMy4zNDIgMCAxMy4zNDJ6Ii8+CiAgICAgICAgPHBhdGggaWQ9InByZWZpeF9fYyIgZD0iTTAuMjU5IDAuNUwxLjI1OSAwLjUgMS4yNTkgMTMuMzQyIDAuMjU5IDEzLjM0MnoiLz4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE1OCkgdHJhbnNsYXRlKDAgNCkiPgogICAgICAgICAgICAgICAgPHBhdGggc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0wLjUgMC41TDAuNSAxMy4zNDIiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC4xNTgpIHRyYW5zbGF0ZSgyMiA0KSI+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2U9IiM4RDhDOEEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTAuNzU5IDAuNUwwLjc1OSAxMy4zNDIiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8cGF0aCBzdHJva2U9IiM4RDhDOEEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjYzIDguNjU4TDExLjYzIDIxLjVNLjUgMTcuMzQyTDExLjYzIDIxLjVNLjUgNC41TDExLjYzIDguNjU4TTExLjYzLjM0MkwyMi43NTkgNC41TTIyLjc1OSAxNy4zNDJMMTEuNjI5IDIxLjVNMjIuNzU5IDQuNUwxMS42MjkgOC42NTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE1OCkiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNy4xOTQgMi41NzlMNi4wNjUgNi43MzdNMjAuMTkyIDE1LjMyOEwxNi41NTYgMTYuNjg2TTIwLjE5MiAxMi44MzhMMTYuNTU2IDE0LjE5Nk0xMS42My41TC40OTkgNC42NTgiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-summary__history-status-Delivered {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyIDExIj4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC44NjQgMGwtNi43MyA5LjY4Yy0uMDgzLjEyLS4yNTQuMTM0LS4zNTcuMDNMMSA2Ljg4NCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-status {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
    flex: 1;
    position: relative;
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-status {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-status {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-status {
    line-height: 1.71;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-details-container {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-details-link,
  .marketplace-purchase-summary__history-reorder-link {
    background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
    background-size: 100% 0.2em;
    background-position: 0 88%;
    background-repeat: no-repeat;
    padding: 0 0.2em;
    transition: background-size 0.15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.2rem;
    height: 1.25rem;
    width: 5.46rem;
    position: relative;
    top: 0.25rem;
  }
  .marketplace-purchase-summary__history-details-link:hover,
  .marketplace-purchase-summary__history-reorder-link:hover {
    text-decoration: none;
    background-size: 100% 88%;
  }
  .marketplace-purchase-summary__history-details-link div,
  .marketplace-purchase-summary__history-reorder-link div {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-details-link,
  .marketplace-purchase-summary__history-reorder-link {
    display: none;
  }
}
.marketplace-purchase-summary__history-reorder-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-purchase-summary__history-reorder-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-summary__history-reorder-link div {
  display: inline;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-reorder-link {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-details-link-mobile-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-summary__history-details-link-mobile-container {
    width: 0.6rem;
    height: 100%;
    vertical-align: middle;
    right: 0.75rem;
    top: 50%;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-summary__history-details-link-mobile {
    display: none;
  }
}
.marketplace-purchase-summary__history-details-link-icon {
  color: #8e8e8d;
  width: 0.6rem;
  height: 1.2rem;
}
.marketplace-purchase-summary__subscriptions-email-link-container {
  margin-top: 2rem;
}
.marketplace-purchase-summary__subscriptions-email-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-purchase-summary__subscriptions-email-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-summary__subscriptions-email-link div {
  display: inline;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-purchase-summary.parbase,
.aem-AuthorLayer-Targeting .marketplace-purchase-summary.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-purchase-details
 */
.marketplace-purchase-details {
  min-height: 3rem;
}
.marketplace-purchase-details__loading-container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__loading-container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-details__loading-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.marketplace-purchase-details__loading-image {
  max-width: 10rem;
  max-height: 10rem;
}
.marketplace-purchase-details__shop-details-link {
  display: none;
}
.marketplace-purchase-details__summary-return-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2rem;
  height: 1.25rem;
  margin-bottom: 1rem;
}
.marketplace-purchase-details__summary-return-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-details__summary-return-link div {
  display: inline;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__summary-return-link {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__content-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-details__content-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__content-container {
    margin-top: 1.5rem;
  }
}
.marketplace-purchase-details__nav-container {
  border-bottom: solid 1px #8e8e8d;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__nav-container {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__title-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__title-container {
    text-align: left;
    padding-bottom: 2rem;
  }
}
.marketplace-purchase-details__details-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__details-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-purchase-details__order-number {
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.marketplace-purchase-details__logistics-container {
  width: 100%;
  margin: 0 auto 0 0;
  padding: 2rem 0 ;
  float: left;
  border-bottom: solid 1px #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-grow: 1;
  }
}
.marketplace-purchase-details__logistics-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__logistics-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
.marketplace-purchase-details__status-icon,
.marketplace-purchase-details__reorder-icon {
  position: relative;
  margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__status-icon,
  .marketplace-purchase-details__reorder-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__status-icon,
  .marketplace-purchase-details__reorder-icon {
    width: 1rem;
    height: 1rem;
  }
}
.marketplace-purchase-details__reorder-icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-purchase-details__logistics-text {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-text {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__logistics-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-text {
    line-height: 1.71;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__logistics-date--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-date--desktop {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-date--desktop {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__logistics-date--mobile {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-date--mobile {
    line-height: 1.71;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__logistics-date--mobile {
    display: none;
  }
}
.marketplace-purchase-details__logistics-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2rem;
  height: 1.25rem;
}
.marketplace-purchase-details__logistics-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-details__logistics-link div {
  display: inline;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__billing-container {
    display: inline-block;
    flex-basis: 30%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__billing-container {
    display: block;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__shipping-container {
    display: inline-block;
    flex-basis: 30%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__shipping-container {
    display: block;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__date-container {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__date-container {
    display: block;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__status-container {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__status-container {
    display: block;
  }
}
.marketplace-purchase-details__status-text {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__status-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__status-text {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__status-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__status-text {
    line-height: 1.71;
  }
}
.marketplace-purchase-details__reorder-text {
  display: flex;
  align-items: center;
  position: relative;
}
.marketplace-purchase-details__status-copy {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__status-copy {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__status-copy {
    line-height: 1;
  }
}
.marketplace-purchase-details__reorder-copy {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-purchase-details__reorder-copy:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-purchase-details__reorder-copy div {
  display: inline;
}
.marketplace-purchase-details__reorder-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMzEgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMxNC4wMDAwMDAsIC0xMzEzLjAwMDAwMCkiIGZpbGw9IiM2NzY3NjciIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMxNC4wMDAwMDAsIDEzMDUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMDQyMjIyMiwyNS44MDkxMzk4IEwzMSwxOS4wMjE1MDU0IEwyNS41MjMzMzMzLDE5LjAyMTUwNTQgQzI0Ljc2NTU1NTYsMTIuODM4NzA5NyAxOS4zNTc3Nzc4LDggMTIuODEzMzMzMyw4IEM1Ljc1MjIyMjIyLDggMCwxMy42MTE1NTkxIDAsMjAuNSBDMCwyNy4zODg0NDA5IDUuNzUyMjIyMjIsMzMgMTIuODEzMzMzMywzMyBDMTUuMzk2NjY2NywzMyAxNy44NzY2NjY3LDMyLjI2MDc1MjcgMTkuOTc3Nzc3OCwzMC44NDk0NjI0IEwxOC4xODY2NjY3LDI4LjI5NTY5ODkgQzE2LjYwMjIyMjIsMjkuMzM3MzY1NiAxNC43NDIyMjIyLDI5LjkwODYwMjIgMTIuODEzMzMzMywyOS45MDg2MDIyIEM3LjUwODg4ODg5LDI5LjkwODYwMjIgMy4xNjg4ODg4OSwyNS42NzQ3MzEyIDMuMTY4ODg4ODksMjAuNSBDMy4xNjg4ODg4OSwxNS4zMjUyNjg4IDcuNTA4ODg4ODksMTEuMDkxMzk3OCAxMi44MTMzMzMzLDExLjA5MTM5NzggQzE3LjYwMTExMTEsMTEuMDkxMzk3OCAyMS41OTY2NjY3LDE0LjUxODgxNzIgMjIuMzIsMTkuMDIxNTA1NCBMMTcuMDg0NDQ0NCwxOS4wMjE1MDU0IEwyNC4wNDIyMjIyLDI1LjgwOTEzOTggWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjUwMDAwMCwgMjAuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xNS41MDAwMDAsIC0yMC41MDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-details__status-Processing {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMjAgNSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzhEOEM4QSI+CiAgICAgICAgPHBhdGggZD0iTTEwLjkxIDIuODg1Yy0uNTQ1LjU0NS0xLjQzLjU0NS0xLjk3NSAwLS41NDUtLjU0Ni0uNTQ1LTEuNDMgMC0xLjk3NnMxLjQzLS41NDYgMS45NzYgMGMuNTQ2LjU0NS41NDYgMS40MyAwIDEuOTc2ek0xOC45MzYgMi44ODVjLS41NDUuNTQ1LTEuNDMuNTQ1LTEuOTc2IDAtLjU0NS0uNTQ2LS41NDUtMS40MyAwLTEuOTc2LjU0Ni0uNTQ2IDEuNDMxLS41NDYgMS45NzYgMCAuNTQ2LjU0NS41NDYgMS40MyAwIDEuOTc2ek0yLjg4NSAyLjg4NWMtLjU0Ni41NDUtMS40My41NDUtMS45NzYgMEMuMzY0IDIuMzQuMzY0IDEuNDU1LjkxLjkxYy41NDYtLjU0NiAxLjQzLS41NDYgMS45NzYgMCAuNTQ1LjU0NS41NDUgMS40MyAwIDEuOTc2eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIvPgogICAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-details__status-Shipped {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0icHJlZml4X19hIiBkPSJNMCAwLjVMMSAwLjUgMSAxMy4zNDIgMCAxMy4zNDJ6Ii8+CiAgICAgICAgPHBhdGggaWQ9InByZWZpeF9fYyIgZD0iTTAuMjU5IDAuNUwxLjI1OSAwLjUgMS4yNTkgMTMuMzQyIDAuMjU5IDEzLjM0MnoiLz4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE1OCkgdHJhbnNsYXRlKDAgNCkiPgogICAgICAgICAgICAgICAgPHBhdGggc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0wLjUgMC41TDAuNSAxMy4zNDIiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC4xNTgpIHRyYW5zbGF0ZSgyMiA0KSI+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2U9IiM4RDhDOEEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTAuNzU5IDAuNUwwLjc1OSAxMy4zNDIiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8cGF0aCBzdHJva2U9IiM4RDhDOEEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjYzIDguNjU4TDExLjYzIDIxLjVNLjUgMTcuMzQyTDExLjYzIDIxLjVNLjUgNC41TDExLjYzIDguNjU4TTExLjYzLjM0MkwyMi43NTkgNC41TTIyLjc1OSAxNy4zNDJMMTEuNjI5IDIxLjVNMjIuNzU5IDQuNUwxMS42MjkgOC42NTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE1OCkiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNy4xOTQgMi41NzlMNi4wNjUgNi43MzdNMjAuMTkyIDE1LjMyOEwxNi41NTYgMTYuNjg2TTIwLjE5MiAxMi44MzhMMTYuNTU2IDE0LjE5Nk0xMS42My41TC40OTkgNC42NTgiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-details__status-Delivered {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyIDExIj4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjOEQ4QzhBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC44NjQgMGwtNi43MyA5LjY4Yy0uMDgzLjEyLS4yNTQuMTM0LS4zNTcuMDNMMSA2Ljg4NCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.marketplace-purchase-details__product-container {
  width: 100%;
  margin: 0 auto 0 0;
  float: left;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-container {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 2rem 0 ;
    border-bottom: solid 1px #121312;
  }
}
.marketplace-purchase-details__product-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-title {
    font-size: 1.125rem;
  }
}
.marketplace-purchase-details__product-title:hover,
.marketplace-purchase-details__product-title:focus {
  outline: 2px solid #000000;
}
.marketplace-purchase-details__product-description {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-description {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__product-description {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-description {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__product-description {
    line-height: 1.75;
  }
}
.marketplace-purchase-details__product-quantity {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-quantity {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__product-quantity {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-quantity {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__product-quantity {
    line-height: 1.75;
  }
}
.marketplace-purchase-details__product {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product {
    flex-wrap: wrap;
    border-bottom: 1px solid #121312;
    padding: 1rem 0;
  }
}
.marketplace-purchase-details__product-image {
  height: 12rem;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-image {
    height: 6.5rem;
    width: 6.5rem;
  }
}
.marketplace-purchase-details__product-image:hover,
.marketplace-purchase-details__product-image:focus {
  outline: 2px solid #000000;
}
.marketplace-purchase-details__product-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-info-container {
    padding: 0 0 0 1rem;
    width: calc(100% - 7.5rem);
  }
}
.marketplace-purchase-details__product-price {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'BebasNeue', Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-price {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__product-price {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__product-price {
    margin-left: 7.5rem;
  }
}
.marketplace-purchase-details__price-summary-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 0;
  padding: 2rem 0 ;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__price-summary-container {
    width: 25%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__price-summary-container {
    width: 100%;
  }
}
.marketplace-purchase-details__price-summary,
.marketplace-purchase-details__price-summary-values {
  display: flex;
  justify-content: space-between;
}
.marketplace-purchase-details__price-summary-values {
  padding-top: 1rem;
  border-top: 1px solid #8e8e8d;
}
.marketplace-purchase-details__price-summary-titles {
  width: 100%;
}
.marketplace-purchase-details__price-subtotal,
.marketplace-purchase-details__price-shipping,
.marketplace-purchase-details__price-subtotal-text,
.marketplace-purchase-details__price-shipping-text {
  padding-bottom: 0.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping,
  .marketplace-purchase-details__price-subtotal-text,
  .marketplace-purchase-details__price-shipping-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping,
  .marketplace-purchase-details__price-subtotal-text,
  .marketplace-purchase-details__price-shipping-text {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping,
  .marketplace-purchase-details__price-subtotal-text,
  .marketplace-purchase-details__price-shipping-text {
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping,
  .marketplace-purchase-details__price-subtotal-text,
  .marketplace-purchase-details__price-shipping-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping {
    font-family: 'BebasNeue', Arial, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__price-subtotal,
  .marketplace-purchase-details__price-shipping {
    font-family: 'BebasNeue', Arial, sans-serif;
  }
}
.marketplace-purchase-details__price-total,
.marketplace-purchase-details__price-total-text {
  display: block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__price-total,
  .marketplace-purchase-details__price-total-text {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-purchase-details__price-total,
  .marketplace-purchase-details__price-total-text {
    font-size: 1.125rem;
  }
}
.marketplace-purchase-details__unit-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-purchase-details__unit-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-purchase-details__unit-text {
    line-height: 1.5;
  }
}
/* Edit styles */
@media screen and (min-width: 768px) {
  .aem-AuthorLayer-Edit .marketplace-purchase-details__price-summary-container,
  .aem-AuthorLayer-Targeting .marketplace-purchase-details__price-summary-container {
    float: none;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-password-reset
 */
.marketplace-password-reset__content {
  margin-bottom: 1.5rem;
}
.marketplace-password-reset__section-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.marketplace-password-reset__section-container--last {
  margin-bottom: 0.5rem;
}
.marketplace-password-reset__relative-wrapper {
  position: relative;
}
.marketplace-password-reset__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-password-reset__input-block-old-password {
  display: none;
}
.marketplace-password-reset__input-block-old-password--show {
  display: block;
}
.marketplace-password-reset__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-password-reset__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-password-reset__input-block-error .filled {
  margin-top: 0.25rem;
}
.marketplace-password-reset__input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  border-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__input {
    line-height: 1.71;
  }
}
.marketplace-password-reset__input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-password-reset__input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-password-reset__input::placeholder {
  color: #121312;
}
.marketplace-password-reset__input::-moz-placeholder,
.marketplace-password-reset__input:-ms-input-placeholder,
.marketplace-password-reset__input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-password-reset__input,
.marketplace-password-reset__input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-password-reset__input:focus,
.marketplace-password-reset__input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-password-reset__input.is-completed,
.marketplace-password-reset__input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-password-reset__input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-password-reset__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__label {
    line-height: 1.71;
  }
}
.marketplace-password-reset__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__label-text {
    font-size: 1.5rem;
    line-height: 1.42;
  }
}
.marketplace-password-reset__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border-color: #000000;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__input-select {
    line-height: 1.71;
  }
}
.marketplace-password-reset__input-select::-ms-expand {
  display: none;
}
.marketplace-password-reset__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-password-reset__input-select,
.marketplace-password-reset__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-password-reset__input-select:hover {
  cursor: pointer;
}
.marketplace-password-reset__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-password-reset__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-password-reset__input-select::placeholder {
  color: #121312;
}
.marketplace-password-reset__input-select::-moz-placeholder,
.marketplace-password-reset__input-select:-ms-input-placeholder,
.marketplace-password-reset__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-password-reset__submit-container {
  display: flex;
}
.marketplace-password-reset__left-container {
  display: none;
}
.marketplace-password-reset__submit-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__submit-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__submit-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-password-reset__submit-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-password-reset__submit-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-password-reset__submit-btn:hover,
.marketplace-password-reset__submit-btn:focus {
  outline: none;
}
.marketplace-password-reset__submit-btn:hover,
.marketplace-password-reset__submit-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__submit-btn {
    width: 10.8rem;
  }
}
.marketplace-password-reset__validate-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.marketplace-password-reset__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-password-reset__error,
.marketplace-password-reset__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-password-reset__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-password-reset__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-password-reset__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-password-reset__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-password-reset__error-close,
.marketplace-password-reset__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-password-reset__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__error-info {
    line-height: 1.75;
  }
}
.marketplace-password-reset__error-info b,
.marketplace-password-reset__error-info strong {
  font-weight: bold;
}
.marketplace-password-reset__error-info i,
.marketplace-password-reset__error-info em {
  font-style: italic;
}
.marketplace-password-reset__error-info ul,
.marketplace-password-reset__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-password-reset__error-info ul li {
  list-style-type: disc;
}
.marketplace-password-reset__error-info ol li {
  list-style-type: decimal;
}
.marketplace-password-reset__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-password-reset__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-password-reset__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-reset__error-info a[href] div {
  display: inline;
}
.marketplace-password-reset__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-password-reset__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-reset__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-password-reset__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-password-reset__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-password-reset__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-password-reset__error-icon {
    margin-right: 2rem;
  }
  .marketplace-password-reset__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-password-reset__success {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-password-reset__success,
.marketplace-password-reset__success-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-password-reset__success-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-password-reset__success-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-password-reset__success-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__success-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__success-title {
    font-size: 1.125rem;
  }
}
.marketplace-password-reset__success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-password-reset__success-close,
.marketplace-password-reset__success-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-password-reset__success-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__success-info {
    line-height: 1.75;
  }
}
.marketplace-password-reset__success-info b,
.marketplace-password-reset__success-info strong {
  font-weight: bold;
}
.marketplace-password-reset__success-info i,
.marketplace-password-reset__success-info em {
  font-style: italic;
}
.marketplace-password-reset__success-info ul,
.marketplace-password-reset__success-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-password-reset__success-info ul li {
  list-style-type: disc;
}
.marketplace-password-reset__success-info ol li {
  list-style-type: decimal;
}
.marketplace-password-reset__success-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__success-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-password-reset__success-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-password-reset__success-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-reset__success-info a[href] div {
  display: inline;
}
.marketplace-password-reset__success-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-password-reset__success-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-reset__success-info a[target="_blank"] div {
  display: inline;
}
.marketplace-password-reset__success-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-password-reset__success-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-password-reset__success-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__success-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__success {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-password-reset__success-icon {
    margin-right: 2rem;
  }
  .marketplace-password-reset__success-info {
    font-size: 1.125rem;
  }
}
.marketplace-password-reset__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin: 0 0 2.5rem;
}
.marketplace-password-reset__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-password-reset__checkbox:focus + label,
.marketplace-password-reset__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-password-reset__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-password-reset__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-password-reset__checkbox + label {
  border-color: #bc443e;
}
.marketplace-password-reset__checkbox-container .marketplace-password-reset__label-text--small {
  cursor: pointer;
}
.marketplace-password-reset__label-checkbox {
  margin-right: 0.5rem;
}
.marketplace-password-reset__label-checkbox-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset__label-checkbox-text {
    line-height: 1.71;
  }
}
.marketplace-password-reset__success-icon,
.marketplace-password-reset__error-icon {
  width: 2rem;
  height: 2rem;
}
.has-error .marketplace-password-reset__validate-icon--error {
  visibility: visible;
  opacity: 1;
}
.has-success .marketplace-password-reset__validate-icon--success {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-password-reset:not(.parbase) {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-password-reset__section-container {
    flex-direction: row;
  }
  .marketplace-password-reset__content,
  .marketplace-password-reset__form-content {
    width: 50%;
  }
  .marketplace-password-reset__content {
    padding: 0 2rem 0 0;
    margin-bottom: 0;
  }
  .marketplace-password-reset__left-container {
    width: 50%;
    display: block;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-password-reset:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-password-reset:not(.parbase) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-password-reset:not(.parbase) {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-reset__submit-btn {
    width: 100%;
  }
}
.marketplace-password-reset__validate-icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: .3rem;
  bottom: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-password-reset.parbase,
.aem-AuthorLayer-Targeting .marketplace-password-reset.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-password-form
 */
.marketplace-password-form__content {
  margin-bottom: 1.5rem;
}
.marketplace-password-form__section-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.marketplace-password-form__section-container--last {
  margin-bottom: 0.5rem;
}
.marketplace-password-form__relative-wrapper {
  position: relative;
}
.marketplace-password-form__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-password-form__input-block-old-password {
  display: none;
}
.marketplace-password-form__input-block-old-password--show {
  display: block;
}
.marketplace-password-form__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-password-form__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-password-form__input-block-error .filled {
  margin-top: 0.25rem;
}
.marketplace-password-form__input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  border-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__input {
    line-height: 1.71;
  }
}
.marketplace-password-form__input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-password-form__input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-password-form__input::placeholder {
  color: #121312;
}
.marketplace-password-form__input::-moz-placeholder,
.marketplace-password-form__input:-ms-input-placeholder,
.marketplace-password-form__input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-password-form__input,
.marketplace-password-form__input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-password-form__input:focus,
.marketplace-password-form__input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-password-form__input.is-completed,
.marketplace-password-form__input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-password-form__input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-password-form__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__label {
    line-height: 1.71;
  }
}
.marketplace-password-form__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__label-text {
    font-size: 1.5rem;
    line-height: 1.42;
  }
}
.marketplace-password-form__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border-color: #000000;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__input-select {
    line-height: 1.71;
  }
}
.marketplace-password-form__input-select::-ms-expand {
  display: none;
}
.marketplace-password-form__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-password-form__input-select,
.marketplace-password-form__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-password-form__input-select:hover {
  cursor: pointer;
}
.marketplace-password-form__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-password-form__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-password-form__input-select::placeholder {
  color: #121312;
}
.marketplace-password-form__input-select::-moz-placeholder,
.marketplace-password-form__input-select:-ms-input-placeholder,
.marketplace-password-form__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-password-form__submit-container {
  display: flex;
}
.marketplace-password-form__left-container {
  display: none;
}
.marketplace-password-form__submit-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__submit-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__submit-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-password-form__submit-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-password-form__submit-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-password-form__submit-btn:hover,
.marketplace-password-form__submit-btn:focus {
  outline: none;
}
.marketplace-password-form__submit-btn:hover,
.marketplace-password-form__submit-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__submit-btn {
    width: 10.8rem;
  }
}
.marketplace-password-form__validate-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.marketplace-password-form__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-password-form__error,
.marketplace-password-form__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-password-form__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-password-form__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-password-form__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-password-form__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-password-form__error-close,
.marketplace-password-form__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-password-form__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__error-info {
    line-height: 1.75;
  }
}
.marketplace-password-form__error-info b,
.marketplace-password-form__error-info strong {
  font-weight: bold;
}
.marketplace-password-form__error-info i,
.marketplace-password-form__error-info em {
  font-style: italic;
}
.marketplace-password-form__error-info ul,
.marketplace-password-form__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-password-form__error-info ul li {
  list-style-type: disc;
}
.marketplace-password-form__error-info ol li {
  list-style-type: decimal;
}
.marketplace-password-form__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-password-form__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-password-form__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-form__error-info a[href] div {
  display: inline;
}
.marketplace-password-form__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-password-form__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-form__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-password-form__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-password-form__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-password-form__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-password-form__error-icon {
    margin-right: 2rem;
  }
  .marketplace-password-form__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-password-form__success {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-password-form__success,
.marketplace-password-form__success-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-password-form__success-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-password-form__success-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-password-form__success-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__success-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__success-title {
    font-size: 1.125rem;
  }
}
.marketplace-password-form__success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-password-form__success-close,
.marketplace-password-form__success-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-password-form__success-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__success-info {
    line-height: 1.75;
  }
}
.marketplace-password-form__success-info b,
.marketplace-password-form__success-info strong {
  font-weight: bold;
}
.marketplace-password-form__success-info i,
.marketplace-password-form__success-info em {
  font-style: italic;
}
.marketplace-password-form__success-info ul,
.marketplace-password-form__success-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-password-form__success-info ul li {
  list-style-type: disc;
}
.marketplace-password-form__success-info ol li {
  list-style-type: decimal;
}
.marketplace-password-form__success-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__success-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-password-form__success-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-password-form__success-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-form__success-info a[href] div {
  display: inline;
}
.marketplace-password-form__success-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-password-form__success-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-password-form__success-info a[target="_blank"] div {
  display: inline;
}
.marketplace-password-form__success-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-password-form__success-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-password-form__success-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__success-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__success {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-password-form__success-icon {
    margin-right: 2rem;
  }
  .marketplace-password-form__success-info {
    font-size: 1.125rem;
  }
}
.marketplace-password-form__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin: 0 0 2.5rem;
}
.marketplace-password-form__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-password-form__checkbox:focus + label,
.marketplace-password-form__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-password-form__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-password-form__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-password-form__checkbox + label {
  border-color: #bc443e;
}
.marketplace-password-form__checkbox-container .marketplace-password-form__label-text--small {
  cursor: pointer;
}
.marketplace-password-form__label-checkbox {
  margin-right: 0.5rem;
}
.marketplace-password-form__label-checkbox-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form__label-checkbox-text {
    line-height: 1.71;
  }
}
.marketplace-password-form__success-icon,
.marketplace-password-form__error-icon {
  width: 2rem;
  height: 2rem;
}
.has-error .marketplace-password-form__validate-icon--error {
  visibility: visible;
  opacity: 1;
}
.has-success .marketplace-password-form__validate-icon--success {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-password-form:not(.parbase) {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-password-form__section-container {
    flex-direction: row;
  }
  .marketplace-password-form__content,
  .marketplace-password-form__form-content {
    width: 50%;
  }
  .marketplace-password-form__content {
    padding: 0 2rem 0 0;
    margin-bottom: 0;
  }
  .marketplace-password-form__left-container {
    width: 50%;
    display: block;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-password-form:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-password-form:not(.parbase) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-password-form:not(.parbase) {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-password-form__submit-btn {
    width: 100%;
  }
}
.marketplace-password-form__success-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
  margin-top: 0.75rem;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-password-form.parbase,
.aem-AuthorLayer-Targeting .marketplace-password-form.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-login
 */
.marketplace-login__header {
  height: 15rem;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  flex-direction: column;
}
.marketplace-login__wrapper {
  color: #bc443e;
}
.marketplace-login__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .marketplace-login__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.marketplace-login__content {
  margin: 1.75rem 0;
}
.marketplace-login__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-login__label {
    line-height: 1.71;
  }
}
.marketplace-login__input--checkout {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: solid 1px #707070;
  line-height: 1;
  height: 3.5rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  padding: 1.5rem 2rem 1.4rem 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-login__input--checkout {
    line-height: 1.71;
  }
}
.marketplace-login__input--checkout:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-login__input--checkout:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-login__input--checkout::placeholder {
  color: #707070;
}
.marketplace-login__input--checkout::-moz-placeholder,
.marketplace-login__input--checkout:-ms-input-placeholder,
.marketplace-login__input--checkout::-webkit-input-placeholder {
  color: #707070;
}
.has-error .marketplace-login__input--checkout,
.marketplace-login__input--checkout.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-login__input--checkout:focus,
.marketplace-login__input--checkout.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-login__input--checkout.is-completed,
.marketplace-login__input--checkout.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-login__input--checkout.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-login__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-login__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-login__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-login__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-login__submit-btn,
.marketplace-login__continue-as-guest-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-login__submit-btn,
  .marketplace-login__continue-as-guest-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__submit-btn,
  .marketplace-login__continue-as-guest-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-login__submit-btn:disabled,
.marketplace-login__continue-as-guest-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-login__submit-btn div,
.marketplace-login__continue-as-guest-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-login__submit-btn:hover,
.marketplace-login__continue-as-guest-btn:hover,
.marketplace-login__submit-btn:focus,
.marketplace-login__continue-as-guest-btn:focus {
  outline: none;
}
.marketplace-login__submit-btn:hover,
.marketplace-login__continue-as-guest-btn:hover,
.marketplace-login__submit-btn:focus,
.marketplace-login__continue-as-guest-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-login__submit-btn,
  .marketplace-login__continue-as-guest-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-login__submit-btn,
  .marketplace-login__continue-as-guest-btn {
    width: 100%;
  }
}
.marketplace-login__checkout-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-login__checkout-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__checkout-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-login__checkout-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-login__checkout-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-login__checkout-btn:hover,
.marketplace-login__checkout-btn:focus {
  outline: none;
}
.marketplace-login__checkout-btn:hover,
.marketplace-login__checkout-btn:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-login__checkout-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-login__checkout-btn {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-login__checkout-btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.marketplace-login__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-login__error,
.marketplace-login__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-login__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-login__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-login__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-login__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-login__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-login__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-login__error-close,
.marketplace-login__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-login__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-login__error-info {
    line-height: 1.75;
  }
}
.marketplace-login__error-info b,
.marketplace-login__error-info strong {
  font-weight: bold;
}
.marketplace-login__error-info i,
.marketplace-login__error-info em {
  font-style: italic;
}
.marketplace-login__error-info ul,
.marketplace-login__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-login__error-info ul li {
  list-style-type: disc;
}
.marketplace-login__error-info ol li {
  list-style-type: decimal;
}
.marketplace-login__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-login__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-login__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-login__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-login__error-info a[href] div {
  display: inline;
}
.marketplace-login__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-login__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-login__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-login__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-login__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-login__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-login__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-login__error-icon {
    margin-right: 2rem;
  }
  .marketplace-login__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-login__forgot {
  text-decoration: underline;
}
.marketplace-login__guest-checkout {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .marketplace-login__guest-checkout {
    line-height: 1.75;
  }
}
.marketplace-login__guest-checkout_title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-login__guest-checkout_title {
    line-height: 1.4;
  }
}
.marketplace-login__checkout-text {
  align-self: center;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.188rem 0 1.75rem 0;
}
@media screen and (min-width: 768px) {
  .marketplace-login__checkout-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__checkout-text {
    line-height: 1.5;
  }
}
.marketplace-login__create-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.75rem 0;
}
@media screen and (min-width: 768px) {
  .marketplace-login__create-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__create-text {
    line-height: 1.5;
  }
}
.marketplace-login__create-text-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-login__create-text-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-login__create-text-link div {
  display: inline;
}
.marketplace-login__continue-as-guest {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-login__continue-as-guest:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-login__continue-as-guest div {
  display: inline;
}
.marketplace-login__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-login__label-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__label-text {
    line-height: 1.55;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-login__label-text {
    line-height: 1.7;
  }
}
.marketplace-login__relative-wrapper {
  position: relative;
}
.marketplace-login__validate__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-login__validate__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-login__validate__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-login__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-login__form {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .marketplace-login__form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.marketplace-login__signin-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-login__signin-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-login__guest {
  max-width: 57rem;
  border-left: 1px solid #d9dfd9;
  padding-left: 3rem;
}
.marketplace-login__guest-title,
.marketplace-login__guest-text {
  margin-bottom: 1.875rem;
}
.marketplace-login__guest-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-login__guest-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-login__guest-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-login__guest-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__guest-text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-login__guest {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-login__form {
    display: flex;
    overflow: hidden;
  }
  .marketplace-login__guest,
  .marketplace-login__form-content {
    width: 50%;
  }
  .marketplace-login__form-content {
    padding-right: 3rem;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-login.parbase,
.aem-AuthorLayer-Targeting .marketplace-login.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-account-details
 */
.marketplace-account-details__loader-container {
  height: 20rem;
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-account-details__verified-field {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__verified-field {
    line-height: 1.4;
  }
}
.marketplace-account-details__verified-value {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
  margin-bottom: 1rem;
  position: relative;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__verified-value {
    font-size: 1.375rem;
  }
}
.marketplace-account-details__form {
  display: none;
}
.marketplace-account-details__form-content {
  width: 100%;
}
.marketplace-account-details__success {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-account-details__success,
.marketplace-account-details__success-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-account-details__success-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-account-details__success-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-account-details__success-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__success-title {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-account-details__success-close,
.marketplace-account-details__success-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-account-details__success-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-info {
    line-height: 1.75;
  }
}
.marketplace-account-details__success-info b,
.marketplace-account-details__success-info strong {
  font-weight: bold;
}
.marketplace-account-details__success-info i,
.marketplace-account-details__success-info em {
  font-style: italic;
}
.marketplace-account-details__success-info ul,
.marketplace-account-details__success-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__success-info ul li {
  list-style-type: disc;
}
.marketplace-account-details__success-info ol li {
  list-style-type: decimal;
}
.marketplace-account-details__success-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__success-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__success-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__success-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__success-info a[href] div {
  display: inline;
}
.marketplace-account-details__success-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__success-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__success-info a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__success-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__success-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__success-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-account-details__success-icon {
    margin-right: 2rem;
  }
  .marketplace-account-details__success-info {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__content {
  margin-bottom: 1.5rem;
}
.marketplace-account-details__section-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.marketplace-account-details__section-container--last {
  margin-bottom: 0.5rem;
}
.marketplace-account-details__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-account-details__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-account-details__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-account-details__input-block-error .filled {
  margin-top: 0.25rem;
}
.marketplace-account-details__input-block-error--captcha {
  margin-bottom: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__input-block-error--captcha {
    display: block;
    text-align: center;
  }
}
.marketplace-account-details .parsley-errors-list li {
  display: none;
}
.marketplace-account-details .parsley-errors-list li:last-child {
  display: block;
}
.marketplace-account-details__input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input {
    line-height: 1.71;
  }
}
.marketplace-account-details__input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-account-details__input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__input::placeholder {
  color: #121312;
}
.marketplace-account-details__input::-moz-placeholder,
.marketplace-account-details__input:-ms-input-placeholder,
.marketplace-account-details__input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-account-details__input,
.marketplace-account-details__input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-account-details__input:focus,
.marketplace-account-details__input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-account-details__input.is-completed,
.marketplace-account-details__input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-account-details__input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-account-details__form-group {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
.marketplace-account-details__form-group--age {
  display: flex;
  flex-direction: row;
}
.marketplace-account-details__form-group--day {
  flex: 0 1 25%;
}
.marketplace-account-details__form-group--month {
  padding: 0 0.5rem;
  flex: 1 0 auto;
}
.marketplace-account-details__form-group--year {
  flex: 0 1 30%;
}
.marketplace-account-details__form-group .parsley-errors-list.filled {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  margin-top: 0.325rem;
  margin-bottom: -0.375rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-group .parsley-errors-list.filled {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-group .parsley-errors-list.filled--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-account-details__form-group .parsley-single-error .filled ~ .filled {
  display: none;
}
.marketplace-account-details__form-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-label {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-select {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-select::-ms-expand {
  display: none;
}
.marketplace-account-details__form-select:invalid {
  color: #121312;
}
.has-error .marketplace-account-details__form-select,
.marketplace-account-details__form-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-account-details__form-select:hover {
  cursor: pointer;
}
.marketplace-account-details__form-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-account-details__form-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__form-select::placeholder {
  color: #121312;
}
.marketplace-account-details__form-select::-moz-placeholder,
.marketplace-account-details__form-select:-ms-input-placeholder,
.marketplace-account-details__form-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-account-details__form-select.marketplace-account-details__input-age {
  padding: 0.5rem 1rem;
  background-position-x: calc(100% - 1rem);
}
.marketplace-account-details__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label {
    line-height: 1.71;
  }
}
.marketplace-account-details__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.7;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text {
    line-height: 1.55;
  }
}
.marketplace-account-details__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text--small {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text--small {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__label-text,
.marketplace-account-details__label-text--small {
  padding-left: 1rem;
}
.marketplace-account-details__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
  padding: 0.5rem 1rem;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input-select {
    line-height: 1.71;
  }
}
.marketplace-account-details__input-select::-ms-expand {
  display: none;
}
.marketplace-account-details__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-account-details__input-select,
.marketplace-account-details__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-account-details__input-select:hover {
  cursor: pointer;
}
.marketplace-account-details__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-account-details__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__input-select::placeholder {
  color: #121312;
}
.marketplace-account-details__input-select::-moz-placeholder,
.marketplace-account-details__input-select:-ms-input-placeholder,
.marketplace-account-details__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-account-details__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin: 0 0 2.5rem;
}
.marketplace-account-details__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-account-details__checkbox:focus + label,
.marketplace-account-details__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-account-details__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-account-details__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-account-details__checkbox + label {
  border-color: #bc443e;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small {
    line-height: 1.75;
  }
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small b,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small strong {
  font-weight: bold;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small i,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small em {
  font-style: italic;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ul,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ul li {
  list-style-type: disc;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ol li {
  list-style-type: decimal;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href] div {
  display: inline;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small img {
  vertical-align: middle;
}
.marketplace-account-details__consent-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-container {
    width: 100%;
  }
}
.marketplace-account-details__submit-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__submit-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-account-details__submit-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-account-details__submit-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-account-details__submit-btn:hover,
.marketplace-account-details__submit-btn:focus {
  outline: none;
}
.marketplace-account-details__submit-btn:hover,
.marketplace-account-details__submit-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    width: 100%;
  }
}
.marketplace-account-details__date-container .marketplace-account-details__input-select {
  width: auto;
}
.marketplace-account-details__date-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__date-container {
    max-width: 26.25;
  }
}
.marketplace-account-details__validate-icon {
  position: absolute;
  right: 1.5rem;
  top: 2.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.marketplace-account-details__validate__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-account-details__validate__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__validate__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-account-details__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__success-icon {
  margin-right: 1rem;
  width: 3.75rem;
  height: 2.25rem;
}
.marketplace-account-details__input.parsley-error ~ .marketplace-account-details__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-account-details__error,
.marketplace-account-details__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-account-details__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-account-details__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-account-details__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-account-details__error-close,
.marketplace-account-details__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-account-details__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-info {
    line-height: 1.75;
  }
}
.marketplace-account-details__error-info b,
.marketplace-account-details__error-info strong {
  font-weight: bold;
}
.marketplace-account-details__error-info i,
.marketplace-account-details__error-info em {
  font-style: italic;
}
.marketplace-account-details__error-info ul,
.marketplace-account-details__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__error-info ul li {
  list-style-type: disc;
}
.marketplace-account-details__error-info ol li {
  list-style-type: decimal;
}
.marketplace-account-details__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__error-info a[href] div {
  display: inline;
}
.marketplace-account-details__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-account-details__error-icon {
    margin-right: 2rem;
  }
  .marketplace-account-details__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__captcha {
  padding-top: 1rem;
}
.marketplace-account-details__captcha .parsley-errors-list.filled {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__captcha {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-account-details__section-container {
    flex-direction: row;
  }
  .marketplace-account-details__content,
  .marketplace-account-details__form-content {
    width: 50%;
  }
  .marketplace-account-details__content {
    padding: 0 2rem 0 0;
    margin-bottom: 0;
  }
  .marketplace-account-details__checkbox-container {
    margin: 1.5rem 0;
  }
  .marketplace-account-details__checkbox-container--newsletter {
    margin: 0.5rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-account-details:not(.parbase) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-account-details.parbase,
.aem-AuthorLayer-Targeting .marketplace-account-details.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
/*
 * Component: marketplace-create-account
 */
.marketplace-create-account__loader-container {
  height: 20rem;
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-create-account__verified-field {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__verified-field {
    line-height: 1.4;
  }
}
.marketplace-create-account__verified-value {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
  margin-bottom: 1rem;
  position: relative;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__verified-value {
    font-size: 1.375rem;
  }
}
.marketplace-create-account__form {
  display: none;
}
.marketplace-create-account__form-content {
  width: 100%;
}
.marketplace-create-account__success {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-create-account__success,
.marketplace-create-account__success-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-create-account__success-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-create-account__success-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-create-account__success-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__success-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__success-title {
    font-size: 1.125rem;
  }
}
.marketplace-create-account__success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-create-account__success-close,
.marketplace-create-account__success-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-create-account__success-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__success-info {
    line-height: 1.75;
  }
}
.marketplace-create-account__success-info b,
.marketplace-create-account__success-info strong {
  font-weight: bold;
}
.marketplace-create-account__success-info i,
.marketplace-create-account__success-info em {
  font-style: italic;
}
.marketplace-create-account__success-info ul,
.marketplace-create-account__success-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-create-account__success-info ul li {
  list-style-type: disc;
}
.marketplace-create-account__success-info ol li {
  list-style-type: decimal;
}
.marketplace-create-account__success-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__success-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-create-account__success-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-create-account__success-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__success-info a[href] div {
  display: inline;
}
.marketplace-create-account__success-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-create-account__success-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__success-info a[target="_blank"] div {
  display: inline;
}
.marketplace-create-account__success-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-create-account__success-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-create-account__success-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__success-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__success {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-create-account__success-icon {
    margin-right: 2rem;
  }
  .marketplace-create-account__success-info {
    font-size: 1.125rem;
  }
}
.marketplace-create-account__content {
  margin-bottom: 1.5rem;
}
.marketplace-create-account__section-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.marketplace-create-account__section-container--last {
  margin-bottom: 0.5rem;
}
.marketplace-create-account__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-create-account__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-create-account__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-create-account__input-block-error .filled {
  margin-top: 0.25rem;
}
.marketplace-create-account__input-block-error--captcha {
  margin-bottom: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__input-block-error--captcha {
    display: block;
    text-align: center;
  }
}
.marketplace-create-account .parsley-errors-list li {
  display: none;
}
.marketplace-create-account .parsley-errors-list li:last-child {
  display: block;
}
.marketplace-create-account__input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__input {
    line-height: 1.71;
  }
}
.marketplace-create-account__input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-create-account__input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-create-account__input::placeholder {
  color: #121312;
}
.marketplace-create-account__input::-moz-placeholder,
.marketplace-create-account__input:-ms-input-placeholder,
.marketplace-create-account__input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-create-account__input,
.marketplace-create-account__input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-create-account__input:focus,
.marketplace-create-account__input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-create-account__input.is-completed,
.marketplace-create-account__input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-create-account__input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-create-account__form-group {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
.marketplace-create-account__form-group--age {
  display: flex;
  flex-direction: row;
}
.marketplace-create-account__form-group--day {
  flex: 0 1 25%;
}
.marketplace-create-account__form-group--month {
  padding: 0 0.5rem;
  flex: 1 0 auto;
}
.marketplace-create-account__form-group--year {
  flex: 0 1 30%;
}
.marketplace-create-account__form-group .parsley-errors-list.filled {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  margin-top: 0.325rem;
  margin-bottom: -0.375rem;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__form-group .parsley-errors-list.filled {
    line-height: 1.71;
  }
}
.marketplace-create-account__form-group .parsley-errors-list.filled--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-create-account__form-group .parsley-single-error .filled ~ .filled {
  display: none;
}
.marketplace-create-account__form-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__form-label {
    line-height: 1.71;
  }
}
.marketplace-create-account__form-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__form-select {
    line-height: 1.71;
  }
}
.marketplace-create-account__form-select::-ms-expand {
  display: none;
}
.marketplace-create-account__form-select:invalid {
  color: #121312;
}
.has-error .marketplace-create-account__form-select,
.marketplace-create-account__form-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-create-account__form-select:hover {
  cursor: pointer;
}
.marketplace-create-account__form-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-create-account__form-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-create-account__form-select::placeholder {
  color: #121312;
}
.marketplace-create-account__form-select::-moz-placeholder,
.marketplace-create-account__form-select:-ms-input-placeholder,
.marketplace-create-account__form-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-create-account__form-select.marketplace-create-account__input-age {
  padding: 0.5rem 1rem;
  background-position-x: calc(100% - 1rem);
}
.marketplace-create-account__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label {
    line-height: 1.71;
  }
}
.marketplace-create-account__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.7;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text {
    line-height: 1.55;
  }
}
.marketplace-create-account__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text--small {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text--small {
    font-size: 1.125rem;
  }
}
.marketplace-create-account__label-text,
.marketplace-create-account__label-text--small {
  padding-left: 1rem;
}
.marketplace-create-account__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
  padding: 0.5rem 1rem;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__input-select {
    line-height: 1.71;
  }
}
.marketplace-create-account__input-select::-ms-expand {
  display: none;
}
.marketplace-create-account__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-create-account__input-select,
.marketplace-create-account__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-create-account__input-select:hover {
  cursor: pointer;
}
.marketplace-create-account__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-create-account__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-create-account__input-select::placeholder {
  color: #121312;
}
.marketplace-create-account__input-select::-moz-placeholder,
.marketplace-create-account__input-select:-ms-input-placeholder,
.marketplace-create-account__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-create-account__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin: 0 0 2.5rem;
}
.marketplace-create-account__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-create-account__checkbox:focus + label,
.marketplace-create-account__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-create-account__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-create-account__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-create-account__checkbox + label {
  border-color: #bc443e;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small {
    line-height: 1.75;
  }
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small b,
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small strong {
  font-weight: bold;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small i,
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small em {
  font-style: italic;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small ul,
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small ul li {
  list-style-type: disc;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small ol li {
  list-style-type: decimal;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[href] div {
  display: inline;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[target="_blank"] div {
  display: inline;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-create-account__checkbox-container .marketplace-create-account__label-text--small img {
  vertical-align: middle;
}
.marketplace-create-account__consent-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__submit-container {
    width: 100%;
  }
}
.marketplace-create-account__submit-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__submit-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__submit-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-create-account__submit-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-create-account__submit-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-create-account__submit-btn:hover,
.marketplace-create-account__submit-btn:focus {
  outline: none;
}
.marketplace-create-account__submit-btn:hover,
.marketplace-create-account__submit-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__submit-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__submit-btn {
    width: 100%;
  }
}
.marketplace-create-account__date-container .marketplace-create-account__input-select {
  width: auto;
}
.marketplace-create-account__date-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__date-container {
    max-width: 26.25;
  }
}
.marketplace-create-account__validate-icon {
  position: absolute;
  right: 1.5rem;
  top: 2.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.marketplace-create-account__validate__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-create-account__validate__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-create-account__validate__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-create-account__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-create-account__success-icon {
  margin-right: 1rem;
  width: 3.75rem;
  height: 2.25rem;
}
.marketplace-create-account__input.parsley-error ~ .marketplace-create-account__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-create-account__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-create-account__error,
.marketplace-create-account__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-create-account__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-create-account__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-create-account__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-create-account__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-create-account__error-close,
.marketplace-create-account__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-create-account__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__error-info {
    line-height: 1.75;
  }
}
.marketplace-create-account__error-info b,
.marketplace-create-account__error-info strong {
  font-weight: bold;
}
.marketplace-create-account__error-info i,
.marketplace-create-account__error-info em {
  font-style: italic;
}
.marketplace-create-account__error-info ul,
.marketplace-create-account__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-create-account__error-info ul li {
  list-style-type: disc;
}
.marketplace-create-account__error-info ol li {
  list-style-type: decimal;
}
.marketplace-create-account__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-create-account__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-create-account__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__error-info a[href] div {
  display: inline;
}
.marketplace-create-account__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-create-account__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-create-account__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-create-account__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-create-account__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-create-account__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-create-account__error-icon {
    margin-right: 2rem;
  }
  .marketplace-create-account__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-create-account__captcha {
  padding-top: 1rem;
}
.marketplace-create-account__captcha .parsley-errors-list.filled {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__captcha {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account:not(.parbase) {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-create-account__section-container {
    flex-direction: row;
  }
  .marketplace-create-account__content,
  .marketplace-create-account__form-content {
    width: 50%;
  }
  .marketplace-create-account__content {
    padding: 0 2rem 0 0;
    margin-bottom: 0;
  }
  .marketplace-create-account__checkbox-container {
    margin: 1.5rem 0;
  }
  .marketplace-create-account__checkbox-container--newsletter {
    margin: 0.5rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-create-account:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-create-account:not(.parbase) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-create-account:not(.parbase) {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.marketplace-create-account__form {
  display: block;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__form {
    padding-bottom: 0.5rem;
  }
}
.marketplace-create-account__form-select:focus,
.marketplace-create-account__input-select:focus {
  border: 2px solid #000000;
}
.marketplace-create-account__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-create-account__label-text {
    line-height: 1.55;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-create-account__label-text {
    line-height: 1.7;
  }
}
.marketplace-create-account__checkbox-container--with-errors {
  margin-bottom: 0;
}
.marketplace-create-account__checkbox-container--with-errors + .marketplace-create-account__input-block-error {
  padding-left: 3rem;
  margin-bottom: 2rem;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-create-account.parbase,
.aem-AuthorLayer-Targeting .marketplace-create-account.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-account-details
 */
.marketplace-account-details__loader-container {
  height: 20rem;
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-account-details__verified-field {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__verified-field {
    line-height: 1.4;
  }
}
.marketplace-account-details__verified-value {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
  margin-bottom: 1rem;
  position: relative;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__verified-value {
    font-size: 1.375rem;
  }
}
.marketplace-account-details__form {
  display: none;
}
.marketplace-account-details__form-content {
  width: 100%;
}
.marketplace-account-details__success {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-account-details__success,
.marketplace-account-details__success-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-account-details__success-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-account-details__success-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-account-details__success-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__success-title {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-account-details__success-close,
.marketplace-account-details__success-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-account-details__success-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-info {
    line-height: 1.75;
  }
}
.marketplace-account-details__success-info b,
.marketplace-account-details__success-info strong {
  font-weight: bold;
}
.marketplace-account-details__success-info i,
.marketplace-account-details__success-info em {
  font-style: italic;
}
.marketplace-account-details__success-info ul,
.marketplace-account-details__success-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__success-info ul li {
  list-style-type: disc;
}
.marketplace-account-details__success-info ol li {
  list-style-type: decimal;
}
.marketplace-account-details__success-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__success-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__success-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__success-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__success-info a[href] div {
  display: inline;
}
.marketplace-account-details__success-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__success-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__success-info a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__success-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__success-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__success-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__success {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-account-details__success-icon {
    margin-right: 2rem;
  }
  .marketplace-account-details__success-info {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__content {
  margin-bottom: 1.5rem;
}
.marketplace-account-details__section-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.marketplace-account-details__section-container--last {
  margin-bottom: 0.5rem;
}
.marketplace-account-details__input-block {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-account-details__input-block-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input-block-error {
    line-height: 1.71;
  }
}
.marketplace-account-details__input-block-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-account-details__input-block-error .filled {
  margin-top: 0.25rem;
}
.marketplace-account-details__input-block-error--captcha {
  margin-bottom: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__input-block-error--captcha {
    display: block;
    text-align: center;
  }
}
.marketplace-account-details .parsley-errors-list li {
  display: none;
}
.marketplace-account-details .parsley-errors-list li:last-child {
  display: block;
}
.marketplace-account-details__input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input {
    line-height: 1.71;
  }
}
.marketplace-account-details__input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-account-details__input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__input::placeholder {
  color: #121312;
}
.marketplace-account-details__input::-moz-placeholder,
.marketplace-account-details__input:-ms-input-placeholder,
.marketplace-account-details__input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-account-details__input,
.marketplace-account-details__input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-account-details__input:focus,
.marketplace-account-details__input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-account-details__input.is-completed,
.marketplace-account-details__input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-account-details__input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-account-details__form-group {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
.marketplace-account-details__form-group--age {
  display: flex;
  flex-direction: row;
}
.marketplace-account-details__form-group--day {
  flex: 0 1 25%;
}
.marketplace-account-details__form-group--month {
  padding: 0 0.5rem;
  flex: 1 0 auto;
}
.marketplace-account-details__form-group--year {
  flex: 0 1 30%;
}
.marketplace-account-details__form-group .parsley-errors-list.filled {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  margin-top: 0.325rem;
  margin-bottom: -0.375rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-group .parsley-errors-list.filled {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-group .parsley-errors-list.filled--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-account-details__form-group .parsley-single-error .filled ~ .filled {
  display: none;
}
.marketplace-account-details__form-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-label {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__form-select {
    line-height: 1.71;
  }
}
.marketplace-account-details__form-select::-ms-expand {
  display: none;
}
.marketplace-account-details__form-select:invalid {
  color: #121312;
}
.has-error .marketplace-account-details__form-select,
.marketplace-account-details__form-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-account-details__form-select:hover {
  cursor: pointer;
}
.marketplace-account-details__form-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-account-details__form-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__form-select::placeholder {
  color: #121312;
}
.marketplace-account-details__form-select::-moz-placeholder,
.marketplace-account-details__form-select:-ms-input-placeholder,
.marketplace-account-details__form-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-account-details__form-select.marketplace-account-details__input-age {
  padding: 0.5rem 1rem;
  background-position-x: calc(100% - 1rem);
}
.marketplace-account-details__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label {
    line-height: 1.71;
  }
}
.marketplace-account-details__label-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.7;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text {
    line-height: 1.55;
  }
}
.marketplace-account-details__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text--small {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__label-text--small {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__label-text,
.marketplace-account-details__label-text--small {
  padding-left: 1rem;
}
.marketplace-account-details__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #121312;
  padding: 0.5rem 1rem;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__input-select {
    line-height: 1.71;
  }
}
.marketplace-account-details__input-select::-ms-expand {
  display: none;
}
.marketplace-account-details__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-account-details__input-select,
.marketplace-account-details__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-account-details__input-select:hover {
  cursor: pointer;
}
.marketplace-account-details__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-account-details__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-account-details__input-select::placeholder {
  color: #121312;
}
.marketplace-account-details__input-select::-moz-placeholder,
.marketplace-account-details__input-select:-ms-input-placeholder,
.marketplace-account-details__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-account-details__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  margin: 0 0 2.5rem;
}
.marketplace-account-details__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-account-details__checkbox:focus + label,
.marketplace-account-details__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-account-details__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-account-details__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-account-details__checkbox + label {
  border-color: #bc443e;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small {
    line-height: 1.75;
  }
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small b,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small strong {
  font-weight: bold;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small i,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small em {
  font-style: italic;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ul,
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ul li {
  list-style-type: disc;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small ol li {
  list-style-type: decimal;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[href] div {
  display: inline;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__checkbox-container .marketplace-account-details__label-text--small img {
  vertical-align: middle;
}
.marketplace-account-details__consent-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-container {
    width: 100%;
  }
}
.marketplace-account-details__submit-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__submit-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-account-details__submit-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-account-details__submit-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-account-details__submit-btn:hover,
.marketplace-account-details__submit-btn:focus {
  outline: none;
}
.marketplace-account-details__submit-btn:hover,
.marketplace-account-details__submit-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__submit-btn {
    width: 100%;
  }
}
.marketplace-account-details__date-container .marketplace-account-details__input-select {
  width: auto;
}
.marketplace-account-details__date-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__date-container {
    max-width: 26.25;
  }
}
.marketplace-account-details__validate-icon {
  position: absolute;
  right: 1.5rem;
  top: 2.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.marketplace-account-details__validate__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-account-details__validate__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__validate__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-account-details__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__success-icon {
  margin-right: 1rem;
  width: 3.75rem;
  height: 2.25rem;
}
.marketplace-account-details__input.parsley-error ~ .marketplace-account-details__validate__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-account-details__error {
  background-color: #f6f6f6;
  padding: 1rem 0.875rem;
  margin-bottom: 1rem;
}
.marketplace-account-details__error,
.marketplace-account-details__error-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace-account-details__error-col {
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-account-details__error-icon {
  width: 4.75rem;
  height: 3rem;
  margin-right: 0.875rem;
  align-self: flex-start;
}
.marketplace-account-details__error-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__error-title {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__error-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.marketplace-account-details__error-close,
.marketplace-account-details__error-close svg {
  height: 1rem;
  width: 1rem;
}
.marketplace-account-details__error-info {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-info {
    line-height: 1.75;
  }
}
.marketplace-account-details__error-info b,
.marketplace-account-details__error-info strong {
  font-weight: bold;
}
.marketplace-account-details__error-info i,
.marketplace-account-details__error-info em {
  font-style: italic;
}
.marketplace-account-details__error-info ul,
.marketplace-account-details__error-info ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-account-details__error-info ul li {
  list-style-type: disc;
}
.marketplace-account-details__error-info ol li {
  list-style-type: decimal;
}
.marketplace-account-details__error-info a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__error-info a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-account-details__error-info a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-account-details__error-info a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__error-info a[href] div {
  display: inline;
}
.marketplace-account-details__error-info a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-account-details__error-info a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-account-details__error-info a[target="_blank"] div {
  display: inline;
}
.marketplace-account-details__error-info a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-account-details__error-info a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-account-details__error-info img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error-info {
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details__error {
    margin-bottom: 2rem;
    padding: 1.825rem 2rem;
  }
  .marketplace-account-details__error-icon {
    margin-right: 2rem;
  }
  .marketplace-account-details__error-info {
    font-size: 1.125rem;
  }
}
.marketplace-account-details__captcha {
  padding-top: 1rem;
}
.marketplace-account-details__captcha .parsley-errors-list.filled {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .marketplace-account-details__captcha {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-account-details__section-container {
    flex-direction: row;
  }
  .marketplace-account-details__content,
  .marketplace-account-details__form-content {
    width: 50%;
  }
  .marketplace-account-details__content {
    padding: 0 2rem 0 0;
    margin-bottom: 0;
  }
  .marketplace-account-details__checkbox-container {
    margin: 1.5rem 0;
  }
  .marketplace-account-details__checkbox-container--newsletter {
    margin: 0.5rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-account-details:not(.parbase) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-account-details:not(.parbase) {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-account-details.parbase,
.aem-AuthorLayer-Targeting .marketplace-account-details.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: cg-footer-item
 */
.marketplace-header-item {
  list-style-type: none;
  text-transform: uppercase;
  color: #707070;
  height: 4.13rem;
  display: flex;
  align-items: center;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
}
.marketplace-header-item:hover .marketplace-header-item__nav-link,
.marketplace-header-item:active .marketplace-header-item__nav-link,
.marketplace-header-item:focus .marketplace-header-item__nav-link {
  color: #121312;
  text-decoration: underline;
}
.marketplace-header-item__nav-item {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.marketplace-header-item__nav-link {
  color: #707070;
  cursor: pointer;
  display: inline-flex;
}
.marketplace-header-item__nav-link:hover,
.marketplace-header-item__nav-link:active,
.marketplace-header-item__nav-link:focus {
  text-decoration: underline;
  color: #121312;
}
.marketplace-header-item__nav-list--secondary {
  margin: 0 auto;
  list-style-type: none;
}
.marketplace-header-item__chevron {
  width: .7rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.marketplace-header-item__chevron-mobile {
  position: absolute;
  width: .7rem;
  height: 1rem;
  right: 1.5rem;
  top: 0.65rem;
  transition: all 0.2s ease-in-out;
}
.open .marketplace-header-item__chevron {
  transform: rotate(-180deg);
}
.open .marketplace-header-item__chevron-mobile {
  transform: rotate(-180deg);
}
.marketplace-header-item__dropdown-container {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 250;
  background: white;
  width: 100%;
  top: 4rem;
  left: 0rem;
  border-top: 1px solid #d9dfd9;
  border-bottom: 1px solid #d9dfd9;
}
.marketplace-header-item__dropdown-sections {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  margin-top: 1.8rem;
  flex-wrap: wrap;
}
.marketplace-header-item__dropdown-options {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-header-item__dropdown-options {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-header-item__dropdown-options {
    margin-right: 2rem;
    margin-bottom: 1.8rem;
  }
}
.marketplace-header-item__dropdown-title {
  font-weight: bold;
  font-style: normal;
  line-height: 2;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.75rem;
}
.marketplace-header-item__dropdown-title-link {
  list-style-type: none;
  text-transform: uppercase;
  color: #707070;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
}
.marketplace-header-item__dropdown-title-link:hover {
  text-decoration: underline;
  color: #121312;
  cursor: pointer;
}
.marketplace-header-item__dropdown-link {
  display: inline-block;
  margin-top: 1.7rem;
  font-size: 1rem;
  width: 100%;
}
.marketplace-header-item__dropdown-link:hover {
  text-decoration: underline;
  color: #121312;
  cursor: pointer;
}
.marketplace-header-item__nav-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-header-item__nav-item-mobile {
    cursor: pointer;
    font-family: 'ProximaNova', Georgia, serif;
    margin-top: 1rem;
  }
  .marketplace-header-item__nav-link-mobile {
    color: #121312;
    font-family: 'ProximaNova', Georgia, serif;
    text-transform: none;
    font-size: 1.125rem;
    padding-left: 1.5rem;
  }
  .marketplace-header-item__nav-title {
    display: block;
    margin-bottom: 1rem;
    font-family: 'BebasNeue', Arial, sans-serif;
    line-height: 1.19;
    font-size: 2rem;
  }
  .marketplace-header-item__open-list {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: left;
    outline: none;
  }
  .open .marketplace-header-item__nav-list {
    visibility: visible;
    opacity: 1;
    max-height: 43.75rem;
    transition: all 0.5s ease-in-out;
    height: auto;
  }
  .marketplace-header-item__nav-list {
    flex-direction: column;
    display: flex;
    visibility: hidden;
    opacity: 0;
    height: auto;
    transition: all 0.5s ease-in-out;
    max-height: 0rem;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-brand-header {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header--desktop {
    display: none;
  }
}
.marketplace-brand-header--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header--mobile {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    transition: all 0.3s ease-in-out;
    bottom: -10rem;
    visibility: hidden;
    opacity: 0;
    height: auto;
    max-height: 100%;
    transform-origin: top;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .mobile-open .marketplace-brand-header--mobile {
    z-index: 250;
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
  }
}
.marketplace-brand-header__skip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  font-size: 0.75rem;
  background-color: #ffffff;
  position: absolute;
  top: -5rem;
  transition: all 300ms ease-in-out;
}
.marketplace-brand-header__skip:active,
.marketplace-brand-header__skip:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.marketplace-brand-header__skip a:focus,
.marketplace-brand-header__skip a:hover {
  position: static;
  width: auto;
  height: auto;
}
.marketplace-brand-header__skip:focus {
  top: 0.6rem;
  left: 0.6rem;
  position: fixed;
  display: block;
  align-items: center;
  clip: initial;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #000000;
  z-index: 200;
}
.marketplace-brand-header__banner-mobile {
  height: 4.3rem;
  padding: 1rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d9dfd9;
  color: #707070;
  text-align: center;
}
.marketplace-brand-header__open-header {
  right: 2.5rem;
  z-index: 200;
}
.marketplace-brand-header__open-header-icon-line {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: #000000;
  margin-bottom: 0.25rem;
}
.marketplace-brand-header__open-header-icon-line:last-child {
  margin-bottom: 0;
}
.marketplace-brand-header__open-header-cart-icon {
  position: unset;
  margin-right: 0.5rem;
}
.marketplace-brand-header__cart-button {
  z-index: 275;
}
.marketplace-brand-header__cart-button .marketplace-brand-header__nav-icon {
  width: 1.75rem;
  height: 1.75rem;
}
.marketplace-brand-header__cart-button .marketplace-brand-header__nav-icon--small {
  width: 1.5rem;
  height: 1.5rem;
}
.marketplace-brand-header__cart-button,
.marketplace-brand-header__open-header,
.marketplace-brand-header__close-header {
  outline: none;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
}
.marketplace-brand-header__cart-button .dark,
.marketplace-brand-header__open-header .dark,
.marketplace-brand-header__close-header .dark {
  display: none;
}
.marketplace-brand-header__username-bold {
  font-weight: bold;
  white-space: normal;
}
.marketplace-brand-header__nav {
  display: flex;
  flex-direction: column;
}
.marketplace-brand-header__open-header-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-right: 3rem;
}
.marketplace-brand-header__nav-mobile {
  border-top: 1px solid #ffffff;
  padding: 1.5rem 1.5rem .5rem 1.5rem;
  position: relative;
  top: 4rem;
  margin-bottom: 4rem;
}
.marketplace-brand-header__nav-mobile--top-nav {
  padding: unset;
  height: 4rem;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 275;
}
.marketplace-brand-header__nav-list {
  flex-direction: column;
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: auto;
  transition: all 0.5s ease-in-out;
  max-height: 0px;
  padding-left: 1.5rem;
}
.marketplace-brand-header__nav--banner .marketplace-brand-header__nav-list {
  padding-left: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.open .marketplace-brand-header__nav-list {
  visibility: visible;
  opacity: 1;
  max-height: 700px;
  transition: all 0.5s ease-in-out;
  height: auto;
}
.marketplace-brand-header__nav-title .marketplace-brand-header__nav-item {
  margin-top: 1rem;
}
.marketplace-brand-header__nav-title {
  margin-bottom: 1rem;
  font-family: 'BebasNeue', Arial, sans-serif;
  line-height: 1.19;
  font-size: 2rem;
}
.marketplace-brand-header__nav-title .marketplace-brand-header__nav-link {
  color: #121312;
  font-family: 'ProximaNova', Georgia, serif;
  text-transform: none;
  line-height: 1.56;
  font-size: 1.125rem;
}
.marketplace-brand-header__nav-title,
.marketplace-brand-header__open-list {
  color: #000000;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
}
.marketplace-brand-header__nav-item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header__nav-item {
    height: 2rem;
  }
}
.marketplace-brand-header__nav-item--sign-in {
  white-space: nowrap;
  flex: 1;
  max-width: 5.68rem;
}
.marketplace-brand-header__nav-item--sign-in,
.marketplace-brand-header__nav-item--account-details {
  position: relative;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header__nav-item--sign-in,
  .marketplace-brand-header__nav-item--account-details {
    display: none;
  }
}
.marketplace-brand-header__nav-item--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header__nav-item--mobile {
    display: block;
  }
}
.marketplace-brand-header__sign-in-dropdown {
  position: absolute;
  top: 1.43rem;
  left: -5rem;
  z-index: 250;
}
.marketplace-brand-header__account-details-list,
.marketplace-brand-header__authentication-list {
  background-color: #ffffff;
  border: 0.3px solid #d9dfd9;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.marketplace-brand-header__account-details-list li,
.marketplace-brand-header__authentication-list li {
  padding: 0;
}
.marketplace-brand-header__account-details-list a,
.marketplace-brand-header__authentication-list a {
  display: block;
  padding: 0.6rem 1.19rem;
}
.marketplace-brand-header__authentication-list {
  width: 5.87rem;
}
.marketplace-brand-header__list-item {
  padding: 0.6rem 1.19rem;
  cursor: pointer;
  height: 1.93rem;
  color: #121312;
}
.marketplace-brand-header__list-item:not(:last-child) {
  border-bottom: 0.3px solid #d9dfd9;
}
.marketplace-brand-header__list-item:hover,
.marketplace-brand-header__list-item:focus {
  background-color: #eaeaea;
}
.marketplace-brand-header__account-details-list {
  color: #121312;
  padding: 0.68rem;
  min-width: 7.88rem;
  text-align: left;
  border: 0.8px solid #707070;
  font-size: 0.9rem;
}
.marketplace-brand-header__account-details-list li {
  margin-bottom: 0.2rem;
  height: 1.7rem;
}
.marketplace-brand-header__account-details-list li:first-child {
  height: auto;
  line-height: 1.5;
}
.marketplace-brand-header__account-details-list li:not(:first-child) {
  display: flex;
  align-items: center;
}
.marketplace-brand-header__account-details-list li:not(:last-child) {
  border-bottom: 0;
}
.marketplace-brand-header__account-details-list li:hover,
.marketplace-brand-header__account-details-list li:focus {
  background-color: #ffffff;
}
.marketplace-brand-header__account-details-list li:hover a,
.marketplace-brand-header__account-details-list li:focus a {
  font-weight: bold;
}
.marketplace-brand-header__account-details-list li a {
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.marketplace-brand-header__chevron {
  position: absolute;
  width: .7rem;
  height: 1rem;
  right: 1.5rem;
  top: 0.65rem;
  transition: all 0.2s ease-in-out;
}
.open .marketplace-brand-header__chevron {
  transform: rotate(-180deg);
}
.marketplace-brand-header__nav--banner {
  border-top: 1px solid #d9dfd9;
  background-color: #f6f6f6;
  padding: 1.5rem 1.5rem 4rem 1.5rem;
}
.marketplace-brand-header__nav-list--banner-left {
  display: none;
}
.marketplace-brand-header__nav-list--banner-right .marketplace-brand-header__nav-item--contact-us {
  display: none;
}
.marketplace-brand-header__nav-list--banner-right {
  max-height: none;
}
.marketplace-brand-header__nav--banner .marketplace-brand-header__nav-item {
  margin-bottom: 1rem;
}
.marketplace-brand-header--mobile .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link {
  color: #707070;
  line-height: 1.56;
  font-size: 1.125rem;
}
.marketplace-brand-header__banner {
  display: none;
}
.marketplace-brand-header__nav-item--top-cart {
  display: none;
}
.marketplace-brand-header__state-icon {
  display: none;
}
.marketplace-brand-header .bold {
  visibility: hidden;
}
.marketplace-brand-header__nav-list--primary .marketplace-brand-header__brand-logo {
  display: none;
}
.marketplace-brand-header__main-nav-item-mobile {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marketplace-brand-header__main-nav-item-mobile .marketplace-brand-header__nav-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  margin-right: 1.5rem;
}
.marketplace-brand-header__main-nav-item-mobile .marketplace-brand-header__nav-link img {
  max-height: 1.5rem;
  margin: 0 auto;
}
.marketplace-brand-header__wrapper-mobile-buttons {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
.marketplace-brand-header__close-header {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.marketplace-brand-header__nav-icon {
  width: 2.8rem;
  height: 2.8rem;
}
.marketplace-brand-header__icon-cart {
  display: none;
}
.marketplace-brand-header__cart-amount {
  display: none;
}
.marketplace-brand-header__cart-amount--mobile {
  display: flex;
  position: absolute;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  line-height: 0.8;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.marketplace-brand-header__nav-shopping-open {
  position: fixed;
  top: 1rem;
  right: 3rem;
}
.marketplace-brand-header__nav-shopping-amount-open {
  top: 2px;
  right: 9px;
}
.marketplace-brand-header__open-header-cart-amount {
  top: 2px;
  right: 7px;
}
.marketplace-brand-header__overlay {
  background-color: #121312;
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-open .marketplace-brand-header__overlay {
  opacity: 1;
  visibility: visible;
}
.marketplace-brand-header__search-input {
  padding: 4px 1.3rem 4px 4px;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #d9dfd9;
  transition: border-color 0.3s ease-in-out, width 1s;
  max-height: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-header__search-input {
    line-height: 1.71;
  }
}
.marketplace-brand-header__search-input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-brand-header__search-input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-brand-header__search-input::placeholder {
  color: #121312;
}
.marketplace-brand-header__search-input::-moz-placeholder,
.marketplace-brand-header__search-input:-ms-input-placeholder,
.marketplace-brand-header__search-input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-brand-header__search-input,
.marketplace-brand-header__search-input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-brand-header__search-input:focus,
.marketplace-brand-header__search-input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-brand-header__search-input.is-completed,
.marketplace-brand-header__search-input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-brand-header__search-input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-brand-header__search-input::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
}
.marketplace-brand-header__search-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #707070;
}
.marketplace-brand-header__search-input::placeholder {
  color: #707070;
}
.marketplace-brand-header__form {
  position: relative;
  display: flex;
}
.marketplace-brand-header__search-svg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-header {
    height: 8.5rem;
    border-bottom: 1px solid #d9dfd9;
  }
  .marketplace-brand-header__banner-mobile {
    display: none;
  }
  .marketplace-brand-header.shrink {
    height: 6.4rem;
  }
  .shrink .marketplace-brand-header__nav--banner {
    transform: translate3d(0, -2.6rem, 0);
    height: 0;
    transition: all .3s;
  }
  .shrink .marketplace-brand-header__nav--main {
    border-top: none;
  }
  .marketplace-brand-header__open-header {
    display: none;
  }
  .marketplace-brand-header__cart-button {
    display: none;
  }
  .marketplace-brand-header__main-nav-item-mobile {
    display: none;
  }
  .mobile-open .marketplace-brand-header__overlay {
    opacity: 0;
    visibility: hidden;
  }
  .marketplace-brand-header__nav {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 0 1.25rem;
  }
  .marketplace-brand-header__nav-list {
    display: flex;
    flex-direction: row;
  }
  .marketplace-brand-header__nav-list {
    flex-direction: row;
    padding-left: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: none;
  }
  .marketplace-brand-header__nav--banner {
    position: relative;
    border-top: none;
    justify-content: center;
    background-color: #f6f6f6;
    color: #707070;
    height: 2.13rem;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
  }
  .marketplace-brand-header__nav--banner .selected {
    font-weight: bold;
  }
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-item {
    margin: auto 0;
  }
  .marketplace-brand-header .bold {
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .marketplace-brand-header .normal {
    position: absolute;
    left: 0;
    display: inline-block;
  }
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link {
    outline: none;
    position: relative;
  }
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:hover,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:active,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:focus {
    font-weight: bold;
  }
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:hover .normal,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:active .normal,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:focus .normal {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:hover .bold,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:active .bold,
  .marketplace-brand-header__nav--banner .marketplace-brand-header__nav-link:focus .bold {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .marketplace-brand-header__nav-list--banner-left .marketplace-brand-header__nav-item {
    margin-right: 1.5rem;
  }
  .marketplace-brand-header__nav-list--banner-right .marketplace-brand-header__nav-item {
    margin-left: 1.5rem;
  }
  .marketplace-brand-header__nav-list--banner-right .marketplace-brand-header__nav-link {
    color: #707070;
  }
  .marketplace-brand-header__nav-list--banner-right {
    position: absolute;
    right: 1%;
  }
  .marketplace-brand-header__banner {
    display: block;
  }
  .marketplace-brand-header__state-icon {
    display: inline;
    height: .5rem;
    width: .5rem;
    opacity: 0.5;
  }
  .marketplace-brand-header__main-logo {
    position: absolute;
    padding-left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    margin-top: 0;
    min-width: auto;
    max-width: 12.3rem;
  }
  .marketplace-brand-header__main-logo img {
    max-height: 1rem;
    padding-left: 1.25rem;
  }
  .marketplace-brand-header__main-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .marketplace-brand-header__nav--main {
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #d9dfd9;
    border-bottom: 1px solid #d9dfd9;
    height: 2.31rem;
  }
  .marketplace-brand-header__nav--main .selected {
    background-color: #eaeaea;
  }
  .marketplace-brand-header__nav-list--primary {
    margin: 0 auto;
    z-index: 200;
    background-color: #ffffff;
  }
  .marketplace-brand-header__main-nav-item {
    position: absolute;
    padding-left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
  }
  .marketplace-brand-header__main-nav-item img {
    max-height: 2rem;
    padding-left: 1.25rem;
  }
  .marketplace-brand-header__main-nav-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .marketplace-brand-header__main-nav-item a:hover,
  .marketplace-brand-header__main-nav-item a:focus {
    outline: none;
    background-color: #eaeaea;
  }
  .marketplace-brand-header__main-nav-item .marketplace-brand-header__nav-link {
    margin-top: 0;
  }
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-item {
    border-left: 1px solid #d9dfd9;
    display: flex;
    height: 100%;
    width: 6rem;
  }
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-item:last-child {
    border-right: 1px solid #d9dfd9;
  }
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-link {
    height: 100%;
    width: 100%;
    padding: .1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-link:hover,
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-link:active,
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-link:focus {
    outline: none;
    background-color: #eaeaea;
  }
  .marketplace-brand-header__main-nav-item .marketplace-brand-header__brand-logo {
    min-width: auto;
    max-width: 12.3rem;
    width: 100%;
  }
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__brand-logo {
    display: block;
    max-width: 100%;
  }
  .marketplace-brand-header__brand-title {
    display: none;
  }
  .marketplace-brand-header--show-account-details {
    width: 100%;
  }
  .marketplace-brand-header--show-account-details span {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 86%;
  }
  .marketplace-brand-header__nav--secondary {
    text-transform: uppercase;
    color: #707070;
    font-family: 'BebasNeue', Arial, sans-serif;
    height: 4.13rem;
    align-items: center;
    border-bottom: 1px solid #d9dfd9;
    background-color: #ffffff;
    font-size: 1rem;
  }
  .marketplace-brand-header__nav--secondary .selected {
    color: #121312;
    text-decoration: underline;
  }
  .marketplace-brand-header__parsys {
    display: flex;
    align-items: center;
  }
  .marketplace-brand-header__nav-wrapper {
    display: flex;
    flex-direction: column;
  }
  .marketplace-brand-header__nav-list--secondary {
    margin: 0 auto;
  }
  .marketplace-brand-header__nav-list--secondary--right {
    position: absolute;
    right: 1.25rem;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item {
    position: relative;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:hover,
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:active,
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:focus {
    outline: none;
    color: #121312;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:before {
    content: '';
    position: absolute;
    bottom: 0.5px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:hover:before,
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item:focus:before {
    width: 100%;
    background-color: #121312;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item .marketplace-brand-header__nav-link {
    padding: 1.5rem 0.75rem;
    cursor: pointer;
    display: inline-flex;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item--top-cart {
    position: relative;
    flex-grow: 1;
    margin: 0;
    display: inherit;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item--search {
    position: relative;
    margin: 0;
    display: inherit;
    padding: 1rem 0.75rem;
    flex-grow: 1;
    border: 0;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item--search::after {
    position: absolute;
    content: ' ';
    border-right: 1px solid #d9dfd9;
    height: 2rem;
    width: 1px;
    right: 0;
    top: 1rem;
  }
  .marketplace-brand-header__nav-list--secondary .marketplace-brand-header__nav-item--search:hover .marketplace-brand-header__search-input {
    width: 7.5rem;
    border: 1px solid #d9dfd9;
  }
  .marketplace-brand-header__search-input {
    background-color: #ffffff;
    width: 0;
    padding: 4px 1.3rem 4px 4px;
    max-height: 2rem;
    border: 0 solid #d9dfd9;
  }
  .marketplace-brand-header__search-input:focus {
    width: 7.5rem;
  }
  .marketplace-brand-header__search-button {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .marketplace-brand-header__nav-item--top-cart .marketplace-brand-header__nav-link {
    position: relative;
    min-width: 2rem;
    max-width: 9rem;
    display: flex;
  }
  .marketplace-brand-header__icon-cart {
    display: flex;
    width: 1rem;
    height: 1rem;
    position: relative;
    opacity: 0.5;
    margin-top: -3px;
    margin-left: .5rem;
  }
  .marketplace-brand-header__cart-amount {
    display: block;
    position: relative;
    color: #707070;
    width: auto;
    background-color: transparent;
    margin-top: -2px;
    line-height: normal;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 766px) and (max-width: 1154px) {
  .marketplace-brand-header__nav-list--primary .marketplace-brand-header__nav-item {
    width: 6rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1024px) {
  .marketplace-brand-header__nav-wrapper {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 1023px) {
  .marketplace-brand-header__nav-wrapper {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .marketplace-brand-header__nav-wrapper {
    padding-left: 0;
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-brand-header__nav-list--banner-left .marketplace-brand-header__nav-item {
    margin-right: 0.7rem;
  }
  .marketplace-brand-header__nav-list--banner-right .marketplace-brand-header__nav-item {
    margin-left: 0.7rem;
  }
  .marketplace-brand-header__nav-item--sign-in {
    display: flex;
    justify-content: flex-end;
  }
  .marketplace-brand-header__banner {
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-brand-header__nav-list--secondary {
    padding-right: 2.3rem;
  }
  .marketplace-brand-header__search-input {
    max-height: unset;
    height: 3rem;
    font-size: 1.1rem;
    padding-left: 2.8rem;
  }
  .marketplace-brand-header__search-icon {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 40%;
    transform: translateY(-40%);
    left: 1rem;
  }
  .marketplace-brand-header__search-input-container {
    width: 100%;
    position: relative;
  }
  .marketplace-brand-header__clear {
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: .6rem;
    height: .6rem;
    display: flex;
  }
  .marketplace-brand-header__clear:hover .marketplace-brand-header__close-icon {
    display: none;
    z-index: 10;
  }
  .marketplace-brand-header__clear:hover .marketplace-brand-header__close-icon--hover {
    display: block;
  }
  .marketplace-brand-header__close-icon--hover {
    display: none;
  }
  .marketplace-brand-header__clear:focus {
    outline: none;
    border: 2px solid #175fcc;
    border-radius: 5px;
  }
  .marketplace-brand-header__close-icon {
    width: 100%;
    height: 100%;
  }
  .marketplace-brand-header .marketplace-brand-header__main-logo {
    display: none;
  }
}
.aem-AuthorLayer-Edit .marketplace-brand-header,
.aem-AuthorLayer-Targeting .marketplace-brand-header {
  position: relative !important;
}
.aem-AuthorLayer-Edit .blur,
.aem-AuthorLayer-Targeting .blur {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
@media screen and (max-width: 767px) {
  .mobile-open {
    overflow: hidden !important;
    position: relative;
  }
}
@media (min-width: 766px) and (max-width: 1154px) {
  .marketplace-brand-header__main-nav-item {
    width: 20%;
  }
}
.campaign header.marketplace-brand-header {
  visibility: hidden;
  opacity: 0;
}
.text-grow-shrink {
  animation: text-breathe 1.5s linear;
}
@keyframes text-breathe {
  50% {
    font-size: 1.2rem;
  }
  100% {
    font-size: 1rem;
  }
}
.pdp-svg-grow-shrink {
  animation: pdp-svg-breathe 1.5s linear;
}
@keyframes pdp-svg-breathe {
  50% {
    width: 1.866rem;
    height: 1.866rem;
  }
  100% {
    width: 1.66rem;
    height: 1.66rem;
  }
}
.svg-grow-shrink {
  animation: svg-breathe 1.5s linear;
}
@keyframes svg-breathe {
  50% {
    width: 1.2rem;
    height: 1.2rem;
  }
  100% {
    width: 1rem;
    height: 1rem;
  }
}
.cart-mobile-grow-shrink {
  animation: cart-mobile-breathe 1.5s linear;
}
@keyframes cart-mobile-breathe {
  50% {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
  100% {
    width: 1rem;
    height: 1rem;
    font-size: 0.625rem;
  }
}
.cart-mobile-button-grow-shrink {
  animation: cart-mobile-button-breathe 1.5s linear;
}
@keyframes cart-mobile-button-breathe {
  50% {
    width: 3.75rem;
    height: 3.75rem;
  }
  100% {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.aem-AuthorLayer-Edit .marketplace-brand-header__nav-row,
.aem-AuthorLayer-Targeting .marketplace-brand-header__nav-row {
  display: flex;
  justify-content: space-between;
}
.aem-AuthorLayer-Edit .marketplace-brand-header__nav-wrapper,
.aem-AuthorLayer-Targeting .marketplace-brand-header__nav-wrapper {
  width: 25%;
}
.aem-AuthorLayer-Edit .marketplace-brand-header__parsys,
.aem-AuthorLayer-Targeting .marketplace-brand-header__parsys {
  display: flex;
  align-items: center;
}
.aem-AuthorLayer-Edit .marketplace-brand-header__parsys > *,
.aem-AuthorLayer-Targeting .marketplace-brand-header__parsys > * {
  flex: 0 0 15rem;
}
.marketplace-brand-header__nav-wrapper {
  width: 25%;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: cg-footer-item
 */
.cg-footer-item {
  min-height: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .cg-footer-item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.cg-footer-item:first-child {
  font-size: 1.125rem;
  line-height: 1.78;
  font-family: 'BebasNeue', Arial, sans-serif;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .cg-footer-item:first-child {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 2.75rem;
  }
}
.cg-footer-item__nav-link {
  display: inline-block;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .cg-footer-item__nav-link {
    margin: -0.5rem -0.25rem 0 -0.25rem;
  }
}
.marketplace-footer__nav-row--meta .cg-footer-item__nav-link {
  margin-top: 0;
  background-size: 0 0.25em;
  background-position: 0 78%;
}
.marketplace-footer__nav-row--meta .cg-footer-item__nav-link:hover,
.marketplace-footer__nav-row--meta .cg-footer-item__nav-link:focus {
  background-size: 100% 0.25em;
}
.cg-footer-item__nav-link:hover,
.cg-footer-item__nav-link:focus {
  background-size: 100% 0.3em;
}
@media screen and (min-width: 768px) {
  .cg-footer-item {
    display: flex;
    align-items: center;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .cg-footer-item,
.aem-AuthorLayer-Targeting .cg-footer-item {
  padding: 0 0.5rem;
  display: inline-block;
}
.aem-AuthorLayer-Edit .cg-footer-item .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-footer-item .cg-edit-mode {
  min-width: 24rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-brand-footer
 */
.marketplace-brand-footer {
  position: relative;
  color: #ffffff;
  background-color: #121312;
  padding: 3.5rem 0 1.375rem;
}
.marketplace-brand-footer__container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-brand-footer__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-brand-footer__container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.marketplace-brand-footer__brand {
  transition: opacity 0.25s ease-in-out;
}
.marketplace-brand-footer__brand:hover,
.marketplace-brand-footer__brand:focus {
  opacity: 0.75;
}
.marketplace-brand-footer__brand-image {
  width: 17.25rem;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__brand-image {
    width: 15.875rem;
  }
}
.marketplace-brand-footer__nav-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #8e8e8d;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-footer__nav-row {
    flex-direction: row;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-bottom: 2.5rem;
  }
  .marketplace-brand-footer__nav-row > * {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__nav-row {
    flex-wrap: nowrap;
    padding-bottom: 4.1875rem;
    margin-bottom: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-brand-footer__nav-row--meta {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.marketplace-brand-footer__logo-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-brand-footer__logo-wrapper {
    flex: 1 1 100%;
    margin-bottom: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__logo-wrapper {
    margin-right: 1rem;
  }
}
.marketplace-brand-footer__nav-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-brand-footer__nav-wrapper {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-brand-footer__nav-wrapper {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-brand-footer__nav-wrapper {
    padding-left: 0;
    margin-bottom: 2.75rem;
  }
}
.marketplace-brand-footer__col-meta--special {
  font-size: 0.75rem;
  line-height: 2;
  color: #8e8e8d;
  display: flex;
  justify-content: center;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__col-meta--special {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.marketplace-brand-footer__col-meta a:focus,
.marketplace-brand-footer__col-meta a:hover {
  text-decoration: underline;
}
.marketplace-brand-footer__item-list {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__item-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__nav-item {
    font-size: 0.875rem;
    margin: 0 1.44rem;
  }
}
.marketplace-brand-footer__tablet-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__tablet-visible {
    display: block;
  }
}
.marketplace-brand-footer__no-break {
  white-space: nowrap;
}
.marketplace-brand-footer__social-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5625rem;
}
.marketplace-brand-footer__social-nav-item {
  margin-right: 1rem;
  cursor: pointer;
  display: flex;
  transition: color 0.3s ease-in-out;
}
.marketplace-brand-footer__social-nav-item > svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}
.marketplace-brand-footer__social-nav-item:hover,
.marketplace-brand-footer__social-nav-item:focus {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__social-nav-li:last-child .marketplace-brand-footer__social-nav-item {
    margin-right: 0;
  }
}
.marketplace-brand-footer__footnote {
  border: 1px solid #8e8e8d;
  box-sizing: border-box;
  max-width: 39rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.75rem 0.9375rem;
  color: #8e8e8d;
  font-size: 0.75rem;
  line-height: 1.67;
  font-family: 'ProximaNova', Georgia, serif;
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer__footnote {
    font-size: 0.875rem;
    line-height: 1.71;
    padding: 1.1875rem 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-brand-footer {
    padding: 3.8rem 0 2rem;
  }
}
.marketplace-brand-footer__legal-name {
  padding-right: 0.5rem;
}
.aem-AuthorLayer-Edit .marketplace-brand-footer__nav-row,
.aem-AuthorLayer-Targeting .marketplace-brand-footer__nav-row {
  display: flex;
  justify-content: space-between;
}
.aem-AuthorLayer-Edit .marketplace-brand-footer__nav-wrapper,
.aem-AuthorLayer-Targeting .marketplace-brand-footer__nav-wrapper {
  width: 25%;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-age-gate:not(.parbase) {
  position: relative;
}
.marketplace-age-gate__step-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  margin: 1rem 0;
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__step-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-age-gate__label,
.marketplace-age-gate__error,
.marketplace-age-gate__step-copy,
.marketplace-age-gate__step-default-copy,
.marketplace-age-gate__step-age-copy,
.marketplace-age-gate__label--bold {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__label,
  .marketplace-age-gate__error,
  .marketplace-age-gate__step-copy,
  .marketplace-age-gate__step-default-copy,
  .marketplace-age-gate__step-age-copy,
  .marketplace-age-gate__label--bold {
    line-height: 1.75;
  }
}
.marketplace-age-gate__error {
  color: #bc443e;
}
.marketplace-age-gate__input-block {
  margin: 1rem 0;
}
.marketplace-age-gate__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border: 1px solid #000000;
  padding: 0.6rem 2rem 0.4rem 0.5rem;
  background-position: calc(100% - 1rem) 1.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__input-select {
    line-height: 1.71;
  }
}
.marketplace-age-gate__input-select::-ms-expand {
  display: none;
}
.marketplace-age-gate__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-age-gate__input-select,
.marketplace-age-gate__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-age-gate__input-select:hover {
  cursor: pointer;
}
.marketplace-age-gate__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-age-gate__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-age-gate__input-select::placeholder {
  color: #121312;
}
.marketplace-age-gate__input-select::-moz-placeholder,
.marketplace-age-gate__input-select:-ms-input-placeholder,
.marketplace-age-gate__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-age-gate__input-select:focus {
  outline: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__input-select {
    font-size: 1.375rem;
  }
}
.marketplace-age-gate__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .marketplace-age-gate__button {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__button {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-age-gate__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-age-gate__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-age-gate__button:hover,
.marketplace-age-gate__button:focus {
  outline: none;
}
.marketplace-age-gate__button:hover,
.marketplace-age-gate__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-age-gate__button {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-age-gate__button {
    width: 100%;
  }
}
.marketplace-age-gate__checkbox {
  padding: 0;
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
}
.marketplace-age-gate__checkbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-age-gate__checkbox-input:focus + label,
.marketplace-age-gate__checkbox-input:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-age-gate__checkbox-input + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-age-gate__checkbox-input:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-age-gate__checkbox-input + label {
  border-color: #bc443e;
}
.marketplace-age-gate__checkbox-text {
  margin-left: 1.5rem;
}
.marketplace-age-gate__form-group {
  display: flex;
  justify-content: space-between;
}
.marketplace-age-gate__text-input-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__text-input-label {
    line-height: 1.71;
  }
}
.marketplace-age-gate__radio-wrapper {
  position: relative;
  margin: 1rem 0;
  display: block;
}
.marketplace-age-gate__radio-wrapper label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-left: 1rem;
  display: block;
  position: relative;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-age-gate__radio-wrapper label {
    line-height: 1.71;
  }
}
.marketplace-age-gate__radio-wrapper label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 1.25rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 11px;
  border: 1px solid #707070;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .marketplace-age-gate__radio-wrapper label:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.marketplace-age-gate__radio-wrapper label input[type='radio'] {
  display: none;
}
.marketplace-age-gate__radio-wrapper label input[type='radio']:checked + span {
  /*styles inside circle*/
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  background-color: #121312;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-age-gate__radio-wrapper label input[type='radio']:checked + span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-age-gate__radio-wrapper label input[type='radio']:checked + span {
    width: 12px;
    height: 12px;
  }
}
.marketplace-age-gate__zip-code {
  display: flex;
  flex-direction: column;
}
.marketplace-age-gate__zip-code input {
  height: 3.5rem;
  width: 8rem;
}
.marketplace-age-gate__zip-code input::placeholder {
  text-align: center;
}
.marketplace-age-gate__label--bold {
  font-weight: bold;
}
.marketplace-age-gate .modal__overlay {
  z-index: 400;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-video
 */
.marketplace-video {
  position: relative;
}
.marketplace-video video {
  width: 100%;
}
.marketplace-video__thumbnail {
  width: 100%;
}
.marketplace-video__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  display: block;
}
.marketplace-video__play-button .hover {
  display: none;
}
.marketplace-video__play-button:hover svg {
  display: none;
}
.marketplace-video__play-button:hover .hover {
  display: block;
}
.marketplace-video__play-button-icon {
  width: 4rem;
  height: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .marketplace-video__embed-no-modal iframe {
    height: auto;
    min-height: 15.83rem;
    width: 100%;
  }
}
.marketplace-video__container {
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .marketplace-video__container {
    max-width: 60%;
    min-width: 60%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-video__container {
    height: auto;
    width: 100%;
  }
  .marketplace-video__container iframe {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-video__container iframe {
    width: 100%;
  }
}
.marketplace-video__modal-close {
  position: absolute;
  right: 1em;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 400;
  top: 1.5rem;
  right: 1.5rem;
}
.marketplace-video__modal-close__icon--hover {
  display: none;
}
.marketplace-video__modal-close__icon,
.marketplace-video__modal-close__icon--hover {
  width: 100%;
  height: 100%;
}
.marketplace-video__modal-close:hover svg:first-child,
.marketplace-video__modal-close:focus svg:first-child {
  display: none;
}
.marketplace-video__modal-close:hover svg:nth-child(2),
.marketplace-video__modal-close:focus svg:nth-child(2) {
  display: block;
}
.marketplace-video__modal-close svg {
  pointer-events: none;
}
.marketplace-video__video-container .plyr__control--overlaid {
  background: #707070;
}
.marketplace-video__video-container .plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px #00c5ff;
}
.marketplace-video__video-container .plyr--video .plyr__control.plyr__tab-focus,
.marketplace-video__video-container .plyr--video .plyr__control:hover,
.marketplace-video__video-container .plyr--video .plyr__control[aria-expanded=true] {
  background: #707070;
}
.marketplace-video__video-container .plyr--full-ui input[type=range] {
  color: #707070;
}
.video-opened header,
.video-opened main,
.video-opened .marketplace-video__modal-close,
.video-opened .cg-page__alert {
  display: none;
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: auto;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-title
 */
.marketplace-title--spacing-top-extra-large {
  margin-top: 4rem;
}
.marketplace-title--spacing-top-large {
  margin-top: 3rem;
}
.marketplace-title--spacing-top-medium {
  margin-top: 2rem;
}
.marketplace-title--spacing-top-small {
  margin-top: 1rem;
}
.marketplace-title--spacing-bottom-extra-large {
  margin-bottom: 4rem;
}
.marketplace-title--spacing-bottom-large {
  margin-bottom: 3rem;
}
.marketplace-title--spacing-bottom-medium {
  margin-bottom: 2rem;
}
.marketplace-title--spacing-bottom-small {
  margin-bottom: 1rem;
}
.marketplace-title--style-1 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
}
@media screen and (min-width: 768px) {
  .marketplace-title--style-1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.marketplace-title--style-2 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .marketplace-title--style-2 {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-title--style-3 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-title--style-3 {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
.marketplace-title--style-4 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-title--style-4 {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-title--style-5 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-title--style-5 {
    line-height: 1.4;
  }
}
.marketplace-title--style-6 {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
}
.marketplace-title--substyle-1 {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-title--substyle-1 {
    font-size: 1rem;
  }
}
.marketplace-title--substyle-2 {
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.marketplace-title--substyle-3 {
  font-weight: bold;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.marketplace-title--substyle-4 {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.marketplace-title--black {
  color: #121312;
}
.marketplace-title--white {
  color: #ffffff;
}
.marketplace-title__title {
  margin-bottom: 0.5rem;
}
.marketplace-title__title > p > sup {
  vertical-align: super;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-title.parbase,
.aem-AuthorLayer-Targeting .marketplace-title.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.cmp-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cmp-text {
    line-height: 1.75;
  }
}
.cmp-text sup {
  vertical-align: super;
  font-size: 0.75rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-tabbed-navigation:not(.parbase) {
  position: relative;
  margin-bottom: 2.5rem;
}
.marketplace-tabbed-navigation__container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  position: relative;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .marketplace-tabbed-navigation__container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-tabbed-navigation__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .dropdown .marketplace-tabbed-navigation__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.marketplace-tabbed-navigation__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .marketplace-tabbed-navigation__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .stack .marketplace-tabbed-navigation__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .stack .marketplace-tabbed-navigation__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .dropdown .marketplace-tabbed-navigation__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__title {
    text-align: center;
  }
}
.marketplace-tabbed-navigation__prefix {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  display: none;
  order: 1;
  margin: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .dropdown .marketplace-tabbed-navigation__prefix {
    display: block;
  }
}
.marketplace-tabbed-navigation__tab-list {
  display: flex;
  order: 3;
}
.stack .marketplace-tabbed-navigation__tab-list {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .stack .marketplace-tabbed-navigation__tab-list {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .stack .marketplace-tabbed-navigation__tab-list {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.dropdown .marketplace-tabbed-navigation__tab-list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dropdown .marketplace-tabbed-navigation__tab-list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__tab-list {
    justify-content: center;
    flex-direction: row;
    border-bottom: 1px solid #121312;
  }
}
.marketplace-tabbed-navigation__dropdown {
  display: none;
  order: 4;
}
@media screen and (max-width: 767px) {
  .dropdown .marketplace-tabbed-navigation__dropdown {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 1rem top 50%;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 1px solid #d9dfd9;
    width: 100%;
    padding: 0.7rem 2.5rem 0.5rem 1rem;
    line-height: 1.75;
    height: 3.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.3s ease-in-out;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 1.25rem;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 2.5rem);
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown::-ms-expand {
    display: none;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown:invalid {
    color: #121312;
  }
  .has-error .dropdown .marketplace-tabbed-navigation__dropdown,
  .dropdown .marketplace-tabbed-navigation__dropdown.error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
    border-width: 2px;
    border-color: #bc443e;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown:hover {
    cursor: pointer;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown:focus {
    outline: none;
    border-color: #121312;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown:active {
    border-color: #000000;
    box-shadow: none;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown::placeholder {
    color: #121312;
  }
  .dropdown .marketplace-tabbed-navigation__dropdown::-moz-placeholder,
  .dropdown .marketplace-tabbed-navigation__dropdown:-ms-input-placeholder,
  .dropdown .marketplace-tabbed-navigation__dropdown::-webkit-input-placeholder {
    color: #121312;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__dropdown {
    line-height: 1.71;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__dropdown {
    line-height: 1.4;
  }
}
.marketplace-tabbed-navigation__tab-cta {
  display: block;
  height: 100%;
}
.stack .marketplace-tabbed-navigation__tab-cta {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 1.25rem;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .stack .marketplace-tabbed-navigation__tab-cta {
    line-height: 1.75;
  }
}
.stack .marketplace-tabbed-navigation__tab-cta:hover,
.stack .marketplace-tabbed-navigation__tab-cta:focus {
  outline: none;
  font-weight: bold;
  border-bottom-color: #121312;
}
.dropdown .marketplace-tabbed-navigation__tab-cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__tab-cta {
    line-height: 1.4;
  }
}
.dropdown .marketplace-tabbed-navigation__tab-cta:hover,
.dropdown .marketplace-tabbed-navigation__tab-cta:focus {
  outline: none;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__tab-cta:hover,
  .dropdown .marketplace-tabbed-navigation__tab-cta:focus {
    border-bottom-color: #121312;
  }
}
.marketplace-tabbed-navigation__tab-cta:after {
  display: block;
  content: attr(data-text);
  font-weight: bold;
  height: 0px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.stack .marketplace-tabbed-navigation__tab-item.active > .marketplace-tabbed-navigation__tab-cta {
  font-weight: bold;
  border-bottom-color: #121312;
}
.dropdown .marketplace-tabbed-navigation__tab-item.active > .marketplace-tabbed-navigation__tab-cta {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .dropdown .marketplace-tabbed-navigation__tab-item.active > .marketplace-tabbed-navigation__tab-cta {
    border-bottom-color: #121312;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-subscribe-modal
 */
.marketplace-subscribe-modal {
  min-height: 5rem;
}
.marketplace-subscribe-modal__container {
  padding: 0;
  max-width: 43.75rem;
  width: 43.75rem;
  max-height: 25rem;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .marketplace-subscribe-modal__container {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__container {
    width: 20rem;
  }
}
.marketplace-subscribe-modal__modal-card {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__modal-card {
    flex-direction: column;
  }
}
.marketplace-subscribe-modal__modal-card-image {
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  flex-basis: 35%;
  height: 25rem;
  width: 15.6875rem;
}
@media screen and (min-width: 1200px) {
  .marketplace-subscribe-modal__modal-card-image {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__modal-card-image {
    display: none;
  }
}
.marketplace-subscribe-modal__modal-card-content {
  height: 25rem;
  flex-basis: 65%;
  padding: 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .marketplace-subscribe-modal__modal-card-content {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__modal-card-content {
    padding: 4rem 2rem;
  }
}
.marketplace-subscribe-modal__modal-title {
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-modal__modal-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.13;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-subscribe-modal__modal-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__modal-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-subscribe-modal__modal-title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
.marketplace-subscribe-modal__modal-content {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-modal__modal-content {
    line-height: 1.75;
  }
}
.marketplace-subscribe-modal__modal-message {
  color: #707070;
  text-align: center;
}
.marketplace-subscribe-modal__modal-close {
  position: absolute;
  right: 1em;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 400;
  top: 1.5625rem;
  right: 1.5625rem;
}
.marketplace-subscribe-modal__modal-close__icon--hover {
  display: none;
}
.marketplace-subscribe-modal__modal-close__icon,
.marketplace-subscribe-modal__modal-close__icon--hover {
  width: 100%;
  height: 100%;
}
.marketplace-subscribe-modal__modal-close:hover svg:first-child,
.marketplace-subscribe-modal__modal-close:focus svg:first-child {
  display: none;
}
.marketplace-subscribe-modal__modal-close:hover svg:nth-child(2),
.marketplace-subscribe-modal__modal-close:focus svg:nth-child(2) {
  display: block;
}
.marketplace-subscribe-modal__modal-close svg {
  pointer-events: none;
}
.marketplace-subscribe-modal__button-container {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.marketplace-subscribe-modal__button-join {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  max-width: 17rem;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__button-join {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-modal__button-join {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-subscribe-modal__button-join:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-modal__button-join div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-modal__button-join:hover,
.marketplace-subscribe-modal__button-join:focus {
  outline: none;
}
.marketplace-subscribe-modal__button-join:hover,
.marketplace-subscribe-modal__button-join:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-modal__button-join {
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-modal__button-join {
    width: 100%;
    justify-content: center;
    height: 3.5rem;
  }
}
.marketplace-subscribe-modal__overlay {
  z-index: 400;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-subscribe-form__container {
  max-width: 39rem;
  max-height: 100%;
  border-radius: 0;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__container {
    padding: 2.5rem 1.9rem;
  }
}
.marketplace-subscribe-form__form {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__form {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.marketplace-subscribe-form__form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.marketplace-subscribe-form__relative-wrapper {
  position: relative;
}
.marketplace-subscribe-form__text-input-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__text-input-label {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__textarea,
.marketplace-subscribe-form__text-input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__textarea,
  .marketplace-subscribe-form__text-input {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__textarea:focus,
.marketplace-subscribe-form__text-input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-subscribe-form__textarea:active,
.marketplace-subscribe-form__text-input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-subscribe-form__textarea::placeholder,
.marketplace-subscribe-form__text-input::placeholder {
  color: #121312;
}
.marketplace-subscribe-form__textarea::-moz-placeholder,
.marketplace-subscribe-form__text-input::-moz-placeholder,
.marketplace-subscribe-form__textarea:-ms-input-placeholder,
.marketplace-subscribe-form__text-input:-ms-input-placeholder,
.marketplace-subscribe-form__textarea::-webkit-input-placeholder,
.marketplace-subscribe-form__text-input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-subscribe-form__textarea,
.has-error .marketplace-subscribe-form__text-input,
.marketplace-subscribe-form__textarea.parsley-error,
.marketplace-subscribe-form__text-input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-subscribe-form__textarea:focus,
.has-error .marketplace-subscribe-form__text-input:focus,
.marketplace-subscribe-form__textarea.parsley-error:focus,
.marketplace-subscribe-form__text-input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-subscribe-form__textarea.is-completed,
.has-error .marketplace-subscribe-form__text-input.is-completed,
.marketplace-subscribe-form__textarea.parsley-error.is-completed,
.marketplace-subscribe-form__text-input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-subscribe-form__textarea.is-completed,
.marketplace-subscribe-form__text-input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-subscribe-form__radio-wrapper {
  position: relative;
  margin: 1rem 0;
  display: block;
}
.marketplace-subscribe-form__radio-wrapper label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-left: 1rem;
  display: block;
  position: relative;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__radio-wrapper label {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__radio-wrapper label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 1.25rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 11px;
  border: 1px solid #707070;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__radio-wrapper label:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.marketplace-subscribe-form__radio-wrapper label input[type='radio'] {
  display: none;
}
.marketplace-subscribe-form__radio-wrapper label input[type='radio']:checked + span {
  /*styles inside circle*/
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  background-color: #121312;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-subscribe-form__radio-wrapper label input[type='radio']:checked + span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__radio-wrapper label input[type='radio']:checked + span {
    width: 12px;
    height: 12px;
  }
}
.marketplace-subscribe-form__input-select {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  line-height: 1;
  background: transparent;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  padding: 0.7rem 2rem 0.5rem 0rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__input-select {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__input-select:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-subscribe-form__input-select:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-subscribe-form__input-select::placeholder {
  color: #121312;
}
.marketplace-subscribe-form__input-select::-moz-placeholder,
.marketplace-subscribe-form__input-select:-ms-input-placeholder,
.marketplace-subscribe-form__input-select::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-subscribe-form__input-select,
.marketplace-subscribe-form__input-select.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-subscribe-form__input-select:focus,
.marketplace-subscribe-form__input-select.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-subscribe-form__input-select.is-completed,
.marketplace-subscribe-form__input-select.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-subscribe-form__input-select.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__input-select {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__input-select::-ms-expand {
  display: none;
}
.marketplace-subscribe-form__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-subscribe-form__input-select,
.marketplace-subscribe-form__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-subscribe-form__input-select:hover {
  cursor: pointer;
}
.marketplace-subscribe-form__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-subscribe-form__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-subscribe-form__input-select::placeholder {
  color: #121312;
}
.marketplace-subscribe-form__input-select::-moz-placeholder,
.marketplace-subscribe-form__input-select:-ms-input-placeholder,
.marketplace-subscribe-form__input-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-subscribe-form__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-subscribe-form__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-subscribe-form__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-subscribe-form__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-subscribe-form__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
}
.marketplace-subscribe-form__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-subscribe-form__checkbox:focus + label,
.marketplace-subscribe-form__checkbox:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-subscribe-form__checkbox + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-subscribe-form__checkbox:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-subscribe-form__checkbox + label {
  border-color: #bc443e;
}
.marketplace-subscribe-form__checkbox-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__checkbox-text {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__checkbox-text-paragraph {
  display: block;
  margin-bottom: 0.5rem;
}
.marketplace-subscribe-form__checkbox-text-paragraph a {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-subscribe-form__checkbox-text-paragraph a:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-subscribe-form__checkbox-text-paragraph a div {
  display: inline;
}
.marketplace-subscribe-form__checkbox-text-paragraph:last-child {
  margin-bottom: 0;
}
.marketplace-subscribe-form__join-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__join-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__join-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-subscribe-form__join-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-form__join-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-form__join-btn:hover,
.marketplace-subscribe-form__join-btn:focus {
  outline: none;
}
.marketplace-subscribe-form__join-btn:hover,
.marketplace-subscribe-form__join-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__join-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__join-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__join-btn {
    justify-content: center;
  }
}
.marketplace-subscribe-form__button-container {
  display: flex;
}
.marketplace-subscribe-form__general-message,
.marketplace-subscribe-form__email-message {
  display: none;
  padding: 1rem;
  margin: 1rem 0 -1rem;
  border: 1px solid #ffffff;
}
.marketplace-subscribe-form__general-message.shown,
.marketplace-subscribe-form__email-message.shown {
  display: block;
}
.marketplace-subscribe-form__subscribe-error-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  text-align: center;
  margin: 0;
  border-color: #bc443e;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__subscribe-error-text {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__subscribe-error-text--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-subscribe-form__subscribe-success-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  border-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__subscribe-success-text {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__single-error {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__single-error {
    line-height: 1.71;
  }
}
.marketplace-subscribe-form__single-error--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-subscribe-form__checkbox-error {
  text-align: left;
  margin-left: calc(24px + 1em);
  margin-top: 0.5rem;
}
.marketplace-subscribe-form__sm-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__sm-header {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 2.375rem;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-subscribe-form__sm-header {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-subscribe-form__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: hidden;
  background-color: #121312;
  opacity: 0;
  z-index: 399;
  transition: all 0.3s;
}
.marketplace-subscribe-form__modal-overlay--shown {
  opacity: 0.9;
  visibility: visible;
}
.marketplace-subscribe-form__modal-overlay--modal-top {
  z-index: 400;
}
.marketplace-subscribe-form__modal,
.marketplace-subscribe-form__modal--success,
.marketplace-subscribe-form__modal--popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal,
  .marketplace-subscribe-form__modal--success,
  .marketplace-subscribe-form__modal--popup {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal,
  .marketplace-subscribe-form__modal--success,
  .marketplace-subscribe-form__modal--popup {
    overflow: auto;
  }
}
.marketplace-subscribe-form__modal--shown,
.marketplace-subscribe-form__modal--success--shown,
.marketplace-subscribe-form__modal--popup--shown {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal--shown,
  .marketplace-subscribe-form__modal--success--shown,
  .marketplace-subscribe-form__modal--popup--shown {
    display: block;
  }
}
.marketplace-subscribe-form__modal--over-all,
.marketplace-subscribe-form__modal--success--over-all,
.marketplace-subscribe-form__modal--popup--over-all {
  z-index: 402;
}
.marketplace-subscribe-form__modal-card {
  background: #ffffff;
  box-shadow: 0.6rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.3s;
  transform: scale(0.7);
  opacity: 0;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-card {
    padding: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal-card {
    height: 100%;
    overflow: auto;
    padding: 1rem;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-card {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
}
.marketplace-subscribe-form__modal-card--shown {
  transform: scale(1);
  opacity: 1;
}
.marketplace-subscribe-form__modal-content {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-content {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-content {
    font-size: 1rem;
  }
}
.marketplace-subscribe-form__modal-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-title {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal-title {
    max-width: 26.25rem;
  }
}
.marketplace-subscribe-form__modal-close {
  position: absolute;
  right: 1em;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 400;
  top: 1.5rem;
  right: 1.5rem;
}
.marketplace-subscribe-form__modal-close__icon--hover {
  display: none;
}
.marketplace-subscribe-form__modal-close__icon,
.marketplace-subscribe-form__modal-close__icon--hover {
  width: 100%;
  height: 100%;
}
.marketplace-subscribe-form__modal-close:hover svg:first-child,
.marketplace-subscribe-form__modal-close:focus svg:first-child {
  display: none;
}
.marketplace-subscribe-form__modal-close:hover svg:nth-child(2),
.marketplace-subscribe-form__modal-close:focus svg:nth-child(2) {
  display: block;
}
.marketplace-subscribe-form__modal-close svg {
  pointer-events: none;
}
.marketplace-subscribe-form__button-close,
.marketplace-subscribe-form__button-join {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__button-close,
  .marketplace-subscribe-form__button-join {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__button-close,
  .marketplace-subscribe-form__button-join {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-subscribe-form__button-close:disabled,
.marketplace-subscribe-form__button-join:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-form__button-close div,
.marketplace-subscribe-form__button-join div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-form__button-close:hover,
.marketplace-subscribe-form__button-join:hover,
.marketplace-subscribe-form__button-close:focus,
.marketplace-subscribe-form__button-join:focus {
  outline: none;
}
.marketplace-subscribe-form__button-close:hover,
.marketplace-subscribe-form__button-join:hover,
.marketplace-subscribe-form__button-close:focus,
.marketplace-subscribe-form__button-join:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__button-close,
  .marketplace-subscribe-form__button-join {
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__button-close,
  .marketplace-subscribe-form__button-join {
    width: 100%;
    justify-content: center;
    height: 3.5rem;
  }
}
.marketplace-subscribe-form__button-close-container {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__button-close-container {
    margin-top: 3.625rem;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
.marketplace-subscribe-form__modal--popup {
  display: flex;
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card {
  display: flex;
  padding: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card {
    flex-direction: row;
    width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card {
    flex-direction: column;
    width: 87.5%;
  }
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-title {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.13;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card-content {
    padding: 5rem 3rem;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card-content {
    padding: 3rem;
    height: 60%;
  }
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-content {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-content {
    line-height: 1.75;
  }
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__button-container {
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__button-join {
  width: auto;
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card-image {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card-image {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-card-image {
    width: 100%;
    height: 22.5vh;
  }
}
.marketplace-subscribe-form__modal--popup .marketplace-subscribe-form__modal-close {
  background-color: #ffffff;
  border-radius: 50%;
}
.marketplace-subscribe-form__success {
  display: none;
}
.marketplace-subscribe-form__success-content {
  display: flex;
  flex-direction: column;
}
.marketplace-subscribe-form__success-text {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__success-text {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__success-text {
    padding: 0rem 3.2rem;
  }
}
.marketplace-subscribe-form__dismiss-btn {
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__dismiss-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__dismiss-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-subscribe-form__dismiss-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-form__dismiss-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-form__dismiss-btn:hover,
.marketplace-subscribe-form__dismiss-btn:focus {
  outline: none;
}
.marketplace-subscribe-form__dismiss-btn:hover,
.marketplace-subscribe-form__dismiss-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__dismiss-btn {
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__dismiss-btn {
    width: 100%;
    justify-content: center;
    height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__dismiss-btn {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-form__dismiss-btn {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-subscribe-form__dismiss-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-form__dismiss-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-form__dismiss-btn:hover,
.marketplace-subscribe-form__dismiss-btn:focus {
  outline: none;
}
.marketplace-subscribe-form__dismiss-btn:hover,
.marketplace-subscribe-form__dismiss-btn:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__dismiss-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-form__dismiss-btn {
    width: 100%;
  }
}
.marketplace-subscribe-form .modal__overlay {
  z-index: 400;
}
.marketplace-subscribe-form .parbase {
  box-shadow: none;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-subscribe-banner:not(.parbase) {
  position: relative;
}
.marketplace-subscribe-banner__container {
  display: flex;
  flex-direction: column;
}
.marketplace-subscribe-banner__image-container {
  background-size: cover;
  background-position: center;
}
.marketplace-subscribe-banner__image-container--sm {
  min-height: 7.25rem;
}
.marketplace-subscribe-banner__image-container--md {
  min-height: 16.25rem;
}
.marketplace-subscribe-banner__image-container--lg {
  min-height: 26.25rem;
}
.marketplace-subscribe-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.75rem;
}
.marketplace-subscribe-banner__content--sm {
  padding: 2rem;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__content--sm {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}
.marketplace-subscribe-banner__content--md {
  padding: 5.5rem 11.25rem;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__content--md {
    padding: 5.5rem 1.75rem;
  }
}
.marketplace-subscribe-banner__content--lg {
  padding: 9.5rem 15.25rem;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__content--lg {
    padding: 5.5rem 1.75rem;
  }
}
.marketplace-subscribe-banner__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  color: #ffffff;
  order: 2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-subscribe-banner__title--sm {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__title--sm {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__title--sm {
    max-width: 21rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-subscribe-banner__title--sm {
    margin-left: 2rem;
  }
}
.marketplace-subscribe-banner__title--md {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  max-width: 34rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__title--md {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__title--md {
    max-width: 22rem;
  }
}
.marketplace-subscribe-banner__title--lg {
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__title--lg {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__title--lg {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__title {
    margin-bottom: 3rem;
  }
}
.marketplace-subscribe-banner__rteText {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  order: 1;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__rteText {
    font-size: 1rem;
  }
}
.marketplace-subscribe-banner__rteText b,
.marketplace-subscribe-banner__rteText strong {
  font-weight: bold;
}
.marketplace-subscribe-banner__rteText i,
.marketplace-subscribe-banner__rteText em {
  font-style: italic;
}
.marketplace-subscribe-banner__rteText ul,
.marketplace-subscribe-banner__rteText ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-subscribe-banner__rteText ul li {
  list-style-type: disc;
}
.marketplace-subscribe-banner__rteText ol li {
  list-style-type: decimal;
}
.marketplace-subscribe-banner__rteText a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__rteText a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-subscribe-banner__rteText a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-subscribe-banner__rteText a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-subscribe-banner__rteText a[href] div {
  display: inline;
}
.marketplace-subscribe-banner__rteText a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-subscribe-banner__rteText a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-subscribe-banner__rteText a[target="_blank"] div {
  display: inline;
}
.marketplace-subscribe-banner__rteText a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-subscribe-banner__rteText a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-subscribe-banner__rteText img {
  vertical-align: middle;
}
.marketplace-subscribe-banner__rteText--sm {
  margin: 0;
}
.marketplace-subscribe-banner__rteText--lg {
  font-weight: bold;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__rteText {
    margin-bottom: 1.5rem;
  }
}
.marketplace-subscribe-banner__button,
.marketplace-subscribe-banner__cta {
  order: 3;
  display: inline-block;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary:focus {
  outline: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-primary {
    width: 10.8rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary:focus {
  outline: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-secondary {
    width: 10.8rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
  position: relative;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:focus {
  outline: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:hover > div:after,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary > svg {
  display: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary::after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:hover::after,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-tertiary:focus::after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:focus {
  outline: none;
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary {
    width: 10.8rem;
  }
}
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:hover,
.marketplace-subscribe-banner__cta .marketplace-subscribe-banner__btn-quaternary:focus {
  color: #121312;
  background-color: #eaeaea;
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__button--sm {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner__cta {
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-subscribe-banner__cta {
    padding: 0.5rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner__cta--sm {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-subscribe-banner--desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-subscribe-banner--mobile {
    display: none;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/marketplace/components/content/marketplace-store-locator/clientlibs/css/store-locator.less
Error: NameError: .authoring is undefined in /apps/marketplace/components/content/marketplace-store-locator/clientlibs/css/store-locator.less on line 10, column 5:
9 
10     .authoring();
11 


(uncompiled LESS src is included below)
*****************************************************/
@import "/apps/settings/wcm/designs/marketplace/clientlib-site/mixins.less";

.marketplace-store-locator {

}


.store-locator.cq-Editable-dom {

    .authoring();

}
.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-space
 */
.marketplace-space {
  width: 100%;
  height: 1rem;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-space.parbase,
.aem-AuthorLayer-Targeting .marketplace-space.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-shopping-cart
 */
.marketplace-shopping-cart:not(.parbase) {
  position: relative;
  min-height: 5rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__container:not(.parbase) {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .marketplace-shopping-cart__container--standard .marketplace-shopping-cart__container__content {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-shopping-cart__container--skinny .marketplace-shopping-cart__container__content {
    max-width: calc(1280px + 4rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .marketplace-shopping-cart__container--background-white {
    background-color: #ffffff;
  }
  .marketplace-shopping-cart__container--background-grey {
    background-color: #f6f6f6;
  }
  .marketplace-shopping-cart__container__heading-container {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.13;
    text-transform: uppercase;
  }
  .marketplace-shopping-cart__container--alignment-center-vertical {
    display: flex;
    align-items: center;
  }
  .marketplace-shopping-cart__container--center {
    text-align: center;
  }
  .marketplace-shopping-cart__container--right {
    text-align: right;
  }
  .marketplace-shopping-cart__container--justify {
    text-align: justify;
  }
  .marketplace-shopping-cart__container--spacing-content-top-small:not(.parbase) {
    padding-top: 1rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-small.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 5rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-medium:not(.parbase) {
    padding-top: 2rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-medium.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 6rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-large:not(.parbase) {
    padding-top: 4rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-large.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 8rem;
  }
  .marketplace-shopping-cart__container--spacing-content-bottom-flush:not(.parbase) {
    padding-bottom: 0rem;
  }
  .marketplace-shopping-cart__container--spacing-content-bottom-small:not(.parbase) {
    padding-bottom: 1rem;
  }
  .marketplace-shopping-cart__container--spacing-content-bottom-medium:not(.parbase) {
    padding-bottom: 2rem;
  }
  .marketplace-shopping-cart__container--spacing-content-bottom-large:not(.parbase) {
    padding-bottom: 4rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-flush:not(.parbase) {
    padding-top: 0;
  }
  .marketplace-shopping-cart__container--spacing-content-top-extra-large:not(.parbase) {
    padding-top: 3.125rem;
  }
  .marketplace-shopping-cart__container--spacing-content-top-extra-large.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 8rem;
  }
  .marketplace-shopping-cart__container--spacing-content-bottom-extra-large:not(.parbase) {
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container:not(.parbase) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--standard .marketplace-shopping-cart__container__content {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 1024px) {
  .marketplace-shopping-cart__container--standard .marketplace-shopping-cart__container__content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--skinny .marketplace-shopping-cart__container__content {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 1024px) {
  .marketplace-shopping-cart__container--skinny .marketplace-shopping-cart__container__content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--skinny .marketplace-shopping-cart__container__content {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container__heading-container {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-flush:not(.parbase) {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-small.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-medium.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-large.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-large:not(.parbase) {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-extra-large:not(.parbase) {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-top-extra-large.marketplace-shopping-cart__container--is-top:not(.parbase) {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-bottom-large:not(.parbase) {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 768px) {
  .marketplace-shopping-cart__container--spacing-content-bottom-extra-large:not(.parbase) {
    padding-bottom: 7.5rem;
  }
}
.marketplace-shopping-cart__plain-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  padding-top: 11rem;
  padding-bottom: 11rem;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__plain-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__plain-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.marketplace-shopping-cart__cart-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__cart-container {
    padding: 0;
  }
}
.marketplace-shopping-cart__hidden {
  display: none;
}
.marketplace-shopping-cart__information-heading {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__information-heading {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-shopping-cart__information-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__information-label {
    line-height: 1.75;
  }
}
.marketplace-shopping-cart__loading-image {
  width: 10rem;
}
.marketplace-shopping-cart__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__title {
    font-size: 3rem;
    margin: 2rem 0 4rem 0;
  }
}
.marketplace-shopping-cart__divider {
  height: 0;
  border: 0;
  padding: 0 1rem;
  border-top: 1px solid #d9dfd9;
}
.marketplace-shopping-cart__divider--shorter {
  width: calc(100% - 2rem);
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__divider--shorter {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__divider {
    padding: 0;
  }
}
.marketplace-shopping-cart__item {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item {
    align-items: center;
    justify-content: space-between;
  }
}
.marketplace-shopping-cart__item-details-section {
  display: flex;
  align-items: center;
}
.marketplace-shopping-cart__item-image-container {
  width: 6rem;
  height: 6rem;
  margin-right: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item-image-container {
    width: 11.5rem;
    height: 11.5rem;
  }
}
.marketplace-shopping-cart__item-details--mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item-details--mobile {
    display: none;
  }
}
.marketplace-shopping-cart__item-details--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item-details--desktop {
    display: block;
  }
}
.marketplace-shopping-cart__item-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__item-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item-title {
    font-size: 1.625rem;
  }
}
.marketplace-shopping-cart__item-type {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__item-type {
    line-height: 1.75;
  }
}
.marketplace-shopping-cart__item-controls-section {
  display: flex;
  margin-left: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__item-controls-section {
    margin-left: 0.5rem;
    align-items: center;
    flex-direction: row;
  }
}
.marketplace-shopping-cart__quantity-controls {
  display: flex;
  width: 11.5rem;
  height: 3.5rem;
  margin: 1rem 0;
  border: 1px solid #d9dfd9;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__quantity-controls {
    margin: 0;
  }
}
.marketplace-shopping-cart__quantity-btn {
  width: 3.8rem;
  cursor: pointer;
}
.marketplace-shopping-cart__quantity-btn--minus,
.marketplace-shopping-cart__quantity-btn--plus {
  border: 1px solid #707070;
}
.marketplace-shopping-cart__quantity-btn--minus:focus,
.marketplace-shopping-cart__quantity-btn--plus:focus {
  outline: none;
  position: relative;
}
.marketplace-shopping-cart__quantity-btn--minus:focus::before,
.marketplace-shopping-cart__quantity-btn--plus:focus::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-shopping-cart__quantity-btn--minus:active,
.marketplace-shopping-cart__quantity-btn--plus:active {
  outline: none;
  position: relative;
}
.marketplace-shopping-cart__quantity-btn--minus:active::before,
.marketplace-shopping-cart__quantity-btn--plus:active::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-shopping-cart__quantity-label {
  font-size: 1.375rem;
  display: flex;
  width: 4.5rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: none;
  border-right: none;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.marketplace-shopping-cart__quantity-label:focus,
.marketplace-shopping-cart__quantity-label:active {
  outline: unset;
  position: relative;
  border: 1px solid #175fcc;
  border-top: 2px solid #175fcc;
  border-bottom: 2px solid #175fcc;
}
.marketplace-shopping-cart input[type='number']::-webkit-inner-spin-button,
.marketplace-shopping-cart input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.marketplace-shopping-cart input[type=number] {
  -moz-appearance: textfield;
}
.marketplace-shopping-cart__quantity-icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-shopping-cart__price-container {
  font-weight: bold;
  font-family: 'ProximaNova', Georgia, serif;
}
.marketplace-shopping-cart__price-container--mobile {
  display: flex;
  font-size: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__price-container--mobile {
    display: none;
  }
}
.marketplace-shopping-cart__price-container--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__price-container--desktop {
    display: flex;
    font-size: 1.875rem;
    margin: 0 2rem;
  }
}
.marketplace-shopping-cart__on-sale .marketplace-shopping-cart__current-price {
  color: #bc443e;
}
.marketplace-shopping-cart__on-sale .marketplace-shopping-cart__original-price {
  display: block;
  margin-left: 1rem;
}
.marketplace-shopping-cart__original-price {
  display: none;
  position: relative;
  color: #8e8e8d;
}
.marketplace-shopping-cart__original-price:after {
  top: 50%;
  left: 50%;
  content: '';
  width: 110%;
  height: 1px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  background-color: #8e8e8d;
}
.marketplace-shopping-cart__remove-item {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__remove-item {
    display: block;
  }
}
.marketplace-shopping-cart__remove-icon {
  width: 2rem;
  height: 2rem;
  display: none;
  fill: #ffffff;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__remove-icon {
    display: block;
  }
}
.marketplace-shopping-cart__remove-label {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'ProximaNova', Georgia, serif;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__remove-label {
    display: none;
  }
}
.marketplace-shopping-cart__details-wrapper {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__details-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__details-wrapper {
    flex-direction: column;
  }
}
.marketplace-shopping-cart__totals-section {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__totals-section {
    width: 24rem;
    margin-left: auto;
  }
}
.marketplace-shopping-cart__subtotals-section {
  padding: 1.5rem 0;
}
.marketplace-shopping-cart__subtotals-section-item {
  display: flex;
  justify-content: space-between;
}
.marketplace-shopping-cart__subtotals-section-text {
  font-size: 1rem;
}
.marketplace-shopping-cart__pay-value {
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.marketplace-shopping-cart__checkout-section {
  padding-top: 1rem;
}
.marketplace-shopping-cart__checkout-section-text {
  font-size: 1.375rem;
  font-weight: bold;
}
.marketplace-shopping-cart__checkout-section-info {
  display: flex;
  justify-content: space-between;
}
.marketplace-shopping-cart__checkout-section-buttons-wrapper {
  margin: 1.5rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__checkout-section-buttons-wrapper {
    flex-direction: row;
    margin: 1.5rem 0 0 0;
    justify-content: space-between;
  }
}
.marketplace-shopping-cart__checkout-section-button {
  cursor: pointer;
}
.marketplace-shopping-cart__checkout-section-button-go-shop,
.marketplace-shopping-cart__checkout-section-button-checkout {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin: 0 0 0.5rem 0;
  cursor: pointer;
  padding: 0.5em 1.2em;
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__checkout-section-button-go-shop,
  .marketplace-shopping-cart__checkout-section-button-checkout {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__checkout-section-button-go-shop,
  .marketplace-shopping-cart__checkout-section-button-checkout {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-shopping-cart__checkout-section-button-go-shop:disabled,
.marketplace-shopping-cart__checkout-section-button-checkout:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-shopping-cart__checkout-section-button-go-shop div,
.marketplace-shopping-cart__checkout-section-button-checkout div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-shopping-cart__checkout-section-button-go-shop:hover,
.marketplace-shopping-cart__checkout-section-button-checkout:hover,
.marketplace-shopping-cart__checkout-section-button-go-shop:focus,
.marketplace-shopping-cart__checkout-section-button-checkout:focus {
  outline: none;
}
.marketplace-shopping-cart__checkout-section-button-go-shop:hover,
.marketplace-shopping-cart__checkout-section-button-checkout:hover,
.marketplace-shopping-cart__checkout-section-button-go-shop:focus,
.marketplace-shopping-cart__checkout-section-button-checkout:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__checkout-section-button-go-shop,
  .marketplace-shopping-cart__checkout-section-button-checkout {
    width: 10.8rem;
  }
}
.marketplace-shopping-cart__checkout-section-button-keep {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 0.5rem 0;
  cursor: pointer;
  padding: 0.5em 1.2em;
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__checkout-section-button-keep {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__checkout-section-button-keep {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-shopping-cart__checkout-section-button-keep:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-shopping-cart__checkout-section-button-keep div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-shopping-cart__checkout-section-button-keep:hover,
.marketplace-shopping-cart__checkout-section-button-keep:focus {
  outline: none;
}
.marketplace-shopping-cart__checkout-section-button-keep:hover,
.marketplace-shopping-cart__checkout-section-button-keep:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__checkout-section-button-keep {
    width: 10.8rem;
  }
}
.marketplace-shopping-cart__checkout-section-button-go-shop {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .marketplace-shopping-cart__checkout-section-button-keep,
  .marketplace-shopping-cart__checkout-section-button-checkout {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__checkout-section-button-keep,
  .marketplace-shopping-cart__checkout-section-button-checkout {
    width: 49%;
    margin: 0;
  }
}
.marketplace-shopping-cart__gift-headline {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__gift-headline {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-shopping-cart__gift-headline {
    font-size: 1.625rem;
  }
}
.marketplace-shopping-cart__checkbox {
  padding: 0;
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  align-items: center;
}
.marketplace-shopping-cart__checkbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-shopping-cart__checkbox-input:focus + label,
.marketplace-shopping-cart__checkbox-input:checked:focus + label {
  outline: 1px solid #00c5ff;
  border-color: #121312;
}
.marketplace-shopping-cart__checkbox-input + label {
  height: 24px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #d9dfd9;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  flex: 0 0 24px;
}
.marketplace-shopping-cart__checkbox-input:checked + label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.has-error .marketplace-shopping-cart__checkbox-input + label {
  border-color: #bc443e;
}
.marketplace-shopping-cart__checkbox-text {
  margin-left: 1rem;
}
.marketplace-shopping-cart__checkbox input[type=checkbox][disabled] + label {
  color: #ccc;
}
.marketplace-shopping-cart__reorder-banner {
  position: relative;
  padding: 1rem 3rem;
  width: 100%;
  margin-bottom: 2rem;
}
.marketplace-shopping-cart__reorder-banner-message {
  font-size: 1rem;
  text-align: center;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
}
.marketplace-shopping-cart__reorder-banner-close-btn {
  top: 50%;
  right: 1rem;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}
.marketplace-shopping-cart__reorder-banner-close-icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-shopping-cart__giftInstruction {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__giftInstruction {
    line-height: 1.71;
  }
}
.marketplace-shopping-cart__gift-note {
  display: flex;
  flex-direction: column;
}
.marketplace-shopping-cart__gift-note textarea {
  width: 100%;
}
.marketplace-shopping-cart__gift-note input[type=text],
.marketplace-shopping-cart__gift-note textarea {
  border-style: inset;
  border-width: 1px;
  border-color: #000000;
  margin-top: 0.5rem;
}
.marketplace-shopping-cart__note-limit {
  color: #bc443e;
  padding: 1rem 0 0 0;
}
.marketplace-shopping-cart__error-container {
  text-align: center;
  height: 10rem;
  padding: 5rem;
  margin-bottom: 10rem;
}
.marketplace-shopping-cart__error-container div {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-shopping-cart__error-container div {
    line-height: 1.4;
  }
}
.marketplace-shopping-cart__error-container a {
  text-decoration: underline;
}
.marketplace-shopping-cart--hide {
  display: none;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-search-title__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-search-title__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-search-results-page__container {
  margin: 0 1.5rem;
}
.marketplace-search-results-page__result-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .marketplace-search-results-page__result-grid {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 25%);
    justify-items: stretch;
    gap: 0 12%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__result-grid {
    justify-content: space-between;
  }
}
.marketplace-search-results-page__product-item,
.marketplace-search-results-page__article-result {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 8%;
  margin-bottom: 3.18rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__product-item,
  .marketplace-search-results-page__article-result {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__product-item,
  .marketplace-search-results-page__article-result {
    padding: 0;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-search-results-page__product-item,
  .marketplace-search-results-page__article-result {
    width: 25%;
    padding: 0 0 0 1.8rem;
  }
}
.marketplace-search-results-page__article-result .marketplace-search-results-page__image {
  width: 100%;
}
.marketplace-search-results-page__image-container,
.marketplace-search-results-page__image-blog-container {
  width: 100%;
  height: 15rem;
  margin-bottom: 1rem;
}
.marketplace-search-results-page__image {
  height: 100%;
  width: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  max-height: 18.75rem;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__image {
    width: 100%;
  }
}
.marketplace-search-results-page__image:hover {
  transform: scale(1.1);
}
.marketplace-search-results-page__description {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.marketplace-search-results-page__product-name,
.marketplace-search-results-page__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: .2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__product-name,
  .marketplace-search-results-page__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-search-results-page__title {
  text-align: center;
  margin-top: 1rem;
}
.marketplace-search-results-page__product-usage {
  color: #707070;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__product-usage {
    line-height: 1.71;
  }
}
.marketplace-search-results-page__product-price {
  font-weight: bold;
  line-height: 1.5rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__product-price {
    line-height: 1.4;
  }
}
.marketplace-search-results-page__details-btn,
.marketplace-search-results-page__learn-more-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__details-btn,
  .marketplace-search-results-page__learn-more-btn {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__details-btn,
  .marketplace-search-results-page__learn-more-btn {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-results-page__details-btn:disabled,
.marketplace-search-results-page__learn-more-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-results-page__details-btn div,
.marketplace-search-results-page__learn-more-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-results-page__details-btn:hover,
.marketplace-search-results-page__learn-more-btn:hover,
.marketplace-search-results-page__details-btn:focus,
.marketplace-search-results-page__learn-more-btn:focus {
  outline: none;
}
.marketplace-search-results-page__details-btn:hover,
.marketplace-search-results-page__learn-more-btn:hover,
.marketplace-search-results-page__details-btn:focus,
.marketplace-search-results-page__learn-more-btn:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__details-btn,
  .marketplace-search-results-page__learn-more-btn {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__details-btn,
  .marketplace-search-results-page__learn-more-btn {
    width: 100%;
  }
}
.marketplace-search-results-page__content {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__content {
    line-height: 1.75;
  }
}
.marketplace-search-results-page__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-results-page__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-results-page__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-results-page__button:hover,
.marketplace-search-results-page__button:focus {
  outline: none;
}
.marketplace-search-results-page__button > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-search-results-page__button > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-results-page__button:hover > div:after,
.marketplace-search-results-page__button:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-search-results-page__button > svg {
  display: none;
}
.marketplace-search-results-page__button--right {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
  width: auto;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__button--right {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__button--right {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-results-page__button--right:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-results-page__button--right div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-results-page__button--right:hover,
.marketplace-search-results-page__button--right:focus {
  outline: none;
}
.marketplace-search-results-page__button--right > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-search-results-page__button--right > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-results-page__button--right:hover > div:after,
.marketplace-search-results-page__button--right:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-search-results-page__button--right > svg {
  display: none;
}
.marketplace-search-results-page__explore-link-cont {
  margin: 3.125rem 0;
  width: 100%;
}
.marketplace-search-results-page__explore-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: .6rem;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__explore-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-search-results-page__page-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-search-results-page__page-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-search-results-page__page-link div {
  display: inline;
}
.marketplace-search-results-page__result-count {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-top: 1.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__result-count {
    line-height: 1.4;
  }
}
.marketplace-search-results-page__result-section {
  margin-bottom: 2rem;
}
.marketplace-search-results-page__result-section > .marketplace-search-results-page__result-count--explore {
  border-top: 1px solid #979797;
}
.marketplace-search-results-page__more-results {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results-page__more-results {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__more-results {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-results-page__more-results:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-results-page__more-results div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-results-page__more-results:hover,
.marketplace-search-results-page__more-results:focus {
  outline: none;
}
.marketplace-search-results-page__more-results > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-search-results-page__more-results > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-search-results-page__more-results:hover > div:after,
.marketplace-search-results-page__more-results:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-search-results-page__more-results > svg {
  display: none;
}
.marketplace-search-results-page__content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.marketplace-search-results-page__no-results {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 12rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__no-results {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__no-results {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__no-results {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-search-results-page__items-cont {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-search-results-page__items-cont {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results-page__items-cont {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-search-results:not(.parbase) {
  margin-bottom: 6rem;
}
.marketplace-search-results__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-results__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-results__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-results__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-results__button:hover,
.marketplace-search-results__button:focus {
  outline: none;
}
.marketplace-search-results__button:hover,
.marketplace-search-results__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-search-results__button {
    width: 10.8rem;
  }
}
.marketplace-search-results__btn-container {
  text-align: center;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .marketplace-search-facets:not(.parbase) {
    width: 50%;
    margin: 0 auto;
    margin-left: 10%;
  }
}
.marketplace-search-facets__container {
  display: flex;
  justify-content: center;
}
.marketplace-search-facets__facets {
  display: flex;
  width: 90%;
  justify-content: space-between;
}
.marketplace-search-facets__option {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  color: #707070;
}
.marketplace-search-facets__option--selected {
  color: #000000;
}
.marketplace-search-facets__option--selected a {
  position: relative;
}
.marketplace-search-facets__option--selected a:after {
  content: '';
  position: absolute;
  bottom: 0.5px;
  left: 0;
  height: 2px;
  background-color: #121312;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.marketplace-search-facets__option:hover {
  color: #000000;
}
.marketplace-search-facets__link {
  padding-left: .5px;
}
.marketplace-search-facets__link:focus {
  outline: none;
  box-shadow: 0 0 1px 2px #175fcc;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-search-bar {
  margin: 1rem 0 2rem 0;
}
.marketplace-search-bar__search-button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-search-bar__search-button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-search-bar__search-button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-search-bar__search-button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-search-bar__search-button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-search-bar__search-button:hover,
.marketplace-search-bar__search-button:focus {
  outline: none;
}
.marketplace-search-bar__search-button:hover,
.marketplace-search-bar__search-button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-search-bar__search-button {
    width: 10.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-search-bar__search-button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-search-bar__search-button {
    display: none;
  }
}
.marketplace-search-bar__form {
  display: flex;
}
.marketplace-search-bar__search-input-container {
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marketplace-search-bar__search-input-container {
    margin-right: 1rem;
  }
}
.marketplace-search-bar__search-input {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #707070;
  padding: .4rem 1.7rem .4rem 2.4rem;
  height: 3.1rem;
  font-size: 1rem;
  color: #121312;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .marketplace-search-bar__search-input {
    line-height: 1.71;
  }
}
.marketplace-search-bar__search-input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-search-bar__search-input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-search-bar__search-input::placeholder {
  color: #121312;
}
.marketplace-search-bar__search-input::-moz-placeholder,
.marketplace-search-bar__search-input:-ms-input-placeholder,
.marketplace-search-bar__search-input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-search-bar__search-input,
.marketplace-search-bar__search-input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-search-bar__search-input:focus,
.marketplace-search-bar__search-input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-search-bar__search-input.is-completed,
.marketplace-search-bar__search-input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-search-bar__search-input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
.marketplace-search-bar__search-input::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
}
.marketplace-search-bar__search-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #707070;
}
.marketplace-search-bar__search-input::placeholder {
  color: #707070;
}
.marketplace-search-bar__search-icon {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: .9rem;
  left: .8rem;
}
.marketplace-search-bar__search-svg {
  height: 100%;
  width: 100%;
}
.marketplace-search-bar__clear {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: .6rem;
  height: .6rem;
  display: flex;
  right: 1rem;
}
.marketplace-search-bar__clear:hover .marketplace-search-bar__close-icon {
  display: none;
}
.marketplace-search-bar__clear:hover .marketplace-search-bar__close-icon--hover {
  display: block;
}
.marketplace-search-bar__close-icon--hover {
  display: none;
}
.marketplace-search-bar__clear:focus {
  outline: none;
  border: 2px solid #175fcc;
  border-radius: 5px;
}
.marketplace-search-bar__close-icon {
  width: 100%;
  height: 100%;
}
.marketplace-search-bar__auto-complete {
  position: absolute;
}
.marketplace-search-bar__search {
  position: relative;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-space
 */
.marketplace-reviews {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-reviews {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-reviews {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-reviews {
    padding: 0;
  }
}
.marketplace-reviews__title {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  margin: 1.5rem 1rem 1.5rem 0;
}
.marketplace-reviews__desc-container {
  font-family: Open Sans, sans-serif;
  margin: 1rem 1rem 1.5rem 0;
}
.marketplace-reviews__review-item {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0.75rem;
}
.marketplace-reviews__review-header,
.marketplace-reviews__review-main,
.marketplace-reviews__review-footer {
  flex: 0 0 100%;
  max-width: 100%;
}
.marketplace-reviews__review-main {
  margin: 1rem;
  padding-left: 2.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.9rem;
}
.marketplace-reviews__review-footer {
  margin: 1rem;
}
.marketplace-reviews__review-name-icon {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 0.5rem;
  background: #666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.marketplace-reviews__review-name-letter {
  background: transparent !important;
  position: absolute;
  top: 0.9rem;
  width: 100%;
  min-width: 100%;
  left: 0.1rem;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}
.marketplace-reviews__review-verification-checkmark {
  position: absolute;
  left: 2rem;
  top: 1.75rem;
  background: #fff;
  border-radius: 50%;
}
.marketplace-reviews__review-verification-checkmark::before {
  content: "\e619";
  font-family: "yotpo-widget-font" !important;
  font-size: 1.25rem;
  color: #2f84ed;
}
.marketplace-reviews__review-star--full::before,
.marketplace-reviews__review-star--empty::before {
  color: #FFE4A1;
  font-family: "yotpo-widget-font" !important;
}
.marketplace-reviews__review-star--full::before {
  content: "\e60e";
}
.marketplace-reviews__review-star--empty::before {
  content: "\e61b";
}
.marketplace-reviews__review-verification {
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: #6a6c77;
}
.marketplace-reviews__review-name-wrapper,
.marketplace-reviews__review-date-wrapper {
  display: inline-block;
  vertical-align: top;
}
.marketplace-reviews__review-user-name {
  margin-bottom: 0.5rem;
}
.marketplace-reviews__review-date-wrapper {
  float: right;
  color: #6a6c77;
  font-size: 0.8rem;
}
.marketplace-reviews__review-title {
  font-family: Open Sans, serif;
  font-weight: bold;
  color: #6b6d76;
}
.marketplace-reviews__review-content {
  margin-top: 0.75rem;
  color: #6b6d76;
}
.marketplace-reviews__review-footer--wrapper {
  display: flex;
}
.marketplace-reviews__review-footer-share,
.marketplace-reviews__review-footer-help {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .marketplace-reviews__review-footer-share {
    display: none;
  }
}
.marketplace-reviews__review-footer-help {
  color: #6a6c77;
}
@media screen and (max-width: 767px) {
  .marketplace-reviews__review-footer-help {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.marketplace-reviews__review-vote--up,
.marketplace-reviews__review-vote--down {
  font-size: 0.8rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
.marketplace-reviews__review-vote--up::before,
.marketplace-reviews__review-vote--down::before {
  font-size: 1.2rem;
  margin-right: 0.25rem;
  font-family: "yotpo-widget-font" !important;
}
.marketplace-reviews__review-vote--up::before {
  content: "\e604";
}
.marketplace-reviews__review-vote--down::before {
  content: "\e605";
}
/* Edit styles */
.aem-AuthorLayer-Edit .reviews.parbase,
.aem-AuthorLayer-Targeting .reviews.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.marketplace-quick-link__image-link {
  cursor: pointer;
}
.marketplace-quick-link__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 15.2rem;
  width: 100%;
  overflow: hidden;
}
.marketplace-quick-link__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.marketplace-quick-link__image:hover {
  transform: scale(1.1);
}
.marketplace-quick-link__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .marketplace-quick-link__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-quick-link__content-wrapper {
  flex: 1 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.marketplace-quick-link__content {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .marketplace-quick-link__content {
    line-height: 1.75;
  }
}
.marketplace-quick-link__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-quick-link__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-quick-link__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-quick-link__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-quick-link__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-quick-link__button:hover,
.marketplace-quick-link__button:focus {
  outline: none;
}
.marketplace-quick-link__button > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-quick-link__button > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-quick-link__button:hover > div:after,
.marketplace-quick-link__button:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-quick-link__button > svg {
  display: none;
}
.marketplace-quick-link__cta-disclaimer {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-quick-link__cta-disclaimer {
    line-height: 1.71;
  }
}
.marketplace-quick-link__external-link,
.marketplace-quick-link__download-link {
  display: none;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-product-subscrption-email-form
 */
.marketplace-product-subscription-email-form:not(.parbase) {
  width: auto;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form:not(.parbase) {
    max-width: 35rem;
    margin: 0 auto;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-subscription-email-form {
    margin-bottom: 1rem;
  }
}
.marketplace-product-subscription-email-form__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-product-subscription-email-form__description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 4.56rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__description {
    line-height: 1.75;
  }
}
.marketplace-product-subscription-email-form__form {
  margin-top: 1rem;
}
.marketplace-product-subscription-email-form__field {
  position: relative;
  margin-top: 1rem;
}
.marketplace-product-subscription-email-form__field .parsley-errors-list,
.marketplace-product-subscription-email-form__subscribe-container .parsley-errors-list {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__field .parsley-errors-list,
  .marketplace-product-subscription-email-form__subscribe-container .parsley-errors-list {
    line-height: 1.71;
  }
}
.marketplace-product-subscription-email-form__field .parsley-errors-list--inline,
.marketplace-product-subscription-email-form__subscribe-container .parsley-errors-list--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-product-subscription-email-form__field-label {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
}
.marketplace-product-subscription-email-form__field-input {
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__field-input {
    line-height: 1.71;
  }
}
.marketplace-product-subscription-email-form__field-input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-product-subscription-email-form__field-input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-product-subscription-email-form__field-input::placeholder {
  color: #121312;
}
.marketplace-product-subscription-email-form__field-input::-moz-placeholder,
.marketplace-product-subscription-email-form__field-input:-ms-input-placeholder,
.marketplace-product-subscription-email-form__field-input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-product-subscription-email-form__field-input,
.marketplace-product-subscription-email-form__field-input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-product-subscription-email-form__field-input:focus,
.marketplace-product-subscription-email-form__field-input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-product-subscription-email-form__field-input.is-completed,
.marketplace-product-subscription-email-form__field-input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-product-subscription-email-form__field-input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__field-input {
    line-height: 1.75;
  }
}
.marketplace-product-subscription-email-form__field-input.parsley-error {
  border-bottom-color: #bc443e;
  border-width: 2px;
}
.marketplace-product-subscription-email-form__field-input:focus.parsley-error {
  border-bottom-color: #bc443e;
}
.marketplace-product-subscription-email-form__field-input-container {
  position: relative;
}
.marketplace-product-subscription-email-form__error-msg,
.marketplace-product-subscription-email-form__error-msg--required {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
  color: #bc443e;
  margin-top: 0.5rem;
  text-transform: none;
}
.marketplace-product-subscription-email-form__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-error .marketplace-product-subscription-email-form__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-product-subscription-email-form__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.has-success .marketplace-product-subscription-email-form__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-product-subscription-email-form__mandatory-disclaimer {
  display: none;
}
.marketplace-product-subscription-email-form__cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .marketplace-product-subscription-email-form__cta {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__cta {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-product-subscription-email-form__cta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-subscription-email-form__cta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-subscription-email-form__cta:hover,
.marketplace-product-subscription-email-form__cta:focus {
  outline: none;
}
.marketplace-product-subscription-email-form__cta:hover,
.marketplace-product-subscription-email-form__cta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-subscription-email-form__cta {
    width: 10.8rem;
  }
}
.marketplace-product-subscription-email-form .has-errors .marketplace-contact-form__error-msg {
  display: block;
}
.marketplace-product-subscription-email-form__success-message {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-product-subscription-email-form__success-message {
    line-height: 1.75;
  }
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-product-recommendation
 */
.marketplace-product-recommendation {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.marketplace-product-recommendation:not(.parbase) {
  position: relative;
  min-height: 5rem;
}
.marketplace-product-recommendation__product-item {
  outline: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .marketplace-product-recommendation__product-item {
    display: flex;
    flex-direction: column;
  }
}
.marketplace-product-recommendation__container {
  padding: 6rem 0 6rem 0;
}
.marketplace-product-recommendation__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-product-recommendation__product-list {
  padding: 0 24px;
  width: 100%;
}
.marketplace-product-recommendation__image-container {
  width: 100%;
  height: 18.75rem;
}
.marketplace-product-recommendation__nav-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.marketplace-product-recommendation__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 16.5rem;
  max-height: 18.75rem;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
.marketplace-product-recommendation__image:hover {
  transform: scale(1.1);
}
.marketplace-product-recommendation__copy,
.marketplace-product-recommendation__copy-hidden-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 1rem;
  flex-grow: 1;
}
.marketplace-product-recommendation__copy-product-name,
.marketplace-product-recommendation__copy-hidden-description-product-name {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  text-transform: unset;
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__copy-product-name,
  .marketplace-product-recommendation__copy-hidden-description-product-name {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-product-recommendation__copy-product-price,
.marketplace-product-recommendation__copy-hidden-description-product-price {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: .5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__copy-product-price,
  .marketplace-product-recommendation__copy-hidden-description-product-price {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-product-recommendation__copy-product-name,
.marketplace-product-recommendation__copy-hidden-description-product-name,
.marketplace-product-recommendation__copy-product-price,
.marketplace-product-recommendation__copy-hidden-description-product-price {
  font-weight: bold;
  line-height: 1.5rem;
}
.marketplace-product-recommendation__copy-product-usage,
.marketplace-product-recommendation__copy-hidden-description-product-usage {
  color: #707070;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__copy-product-usage,
  .marketplace-product-recommendation__copy-hidden-description-product-usage {
    line-height: 1.71;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__copy-product-name,
  .marketplace-product-recommendation__copy-hidden-description-product-name,
  .marketplace-product-recommendation__copy-product-price,
  .marketplace-product-recommendation__copy-hidden-description-product-price {
    font-weight: bold;
    line-height: 1.5rem;
  }
  .marketplace-product-recommendation__copy-product-subtitle,
  .marketplace-product-recommendation__copy-hidden-description-product-subtitle {
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: normal;
    font-family: 'ProximaNova', Georgia, serif;
    font-size: 0.875rem;
    line-height: 1.57;
    color: #707070;
    padding: 0.5rem 0;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .marketplace-product-recommendation__copy-product-subtitle,
  .marketplace-product-recommendation__copy-hidden-description-product-subtitle {
    line-height: 1.71;
  }
}
.marketplace-product-recommendation__copy-hidden-description-product-subtitle {
  flex-grow: 1;
}
.marketplace-product-recommendation__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.marketplace-product-recommendation .slick-slide {
  width: 19.25rem;
  margin: 0 3.125rem;
}
.marketplace-product-recommendation .slick-prev,
.marketplace-product-recommendation .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  width: 1.5rem;
  height: 1.5rem;
  color: transparent;
  background: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
.marketplace-product-recommendation .slick-prev img,
.marketplace-product-recommendation .slick-next img {
  width: 0.5rem;
  height: auto;
}
.marketplace-product-recommendation .slick-next {
  right: 1.5rem;
  transform: translate(0, -50%) rotate(270deg);
}
.marketplace-product-recommendation .slick-prev {
  left: 1.5rem;
  transform: translate(0, -50%) rotate(90deg);
}
.marketplace-product-recommendation__cta-cont {
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.marketplace-product-recommendation__learn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-product-recommendation__learn {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-recommendation__learn {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-recommendation__learn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-recommendation__learn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-recommendation__learn:hover,
.marketplace-product-recommendation__learn:focus {
  outline: none;
}
.marketplace-product-recommendation__learn:hover,
.marketplace-product-recommendation__learn:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-recommendation__learn {
    width: 10.8rem;
  }
}
.marketplace-product-recommendation__add-to-bag {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-product-recommendation__add-to-bag {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-recommendation__add-to-bag {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-recommendation__add-to-bag:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-recommendation__add-to-bag div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-recommendation__add-to-bag:hover,
.marketplace-product-recommendation__add-to-bag:focus {
  outline: none;
}
.marketplace-product-recommendation__add-to-bag:hover,
.marketplace-product-recommendation__add-to-bag:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-recommendation__add-to-bag {
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-recommendation__product-list {
    padding: 0 5.312rem;
  }
  .marketplace-product-recommendation__image-container {
    height: 21.875rem;
    width: 100%;
  }
  .marketplace-product-recommendation__image {
    max-width: inherit;
    max-height: inherit;
  }
  .marketplace-product-recommendation .slick-slide {
    margin: 0 1.875rem;
  }
  .marketplace-product-recommendation__product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-recommendation .slick-slide {
    margin: 0 2.625rem;
  }
  .marketplace-product-recommendation .slick-prev img,
  .marketplace-product-recommendation .slick-next img {
    width: 1.25rem;
    height: auto;
  }
  .marketplace-product-recommendation .slick-next {
    right: 1rem;
  }
  .marketplace-product-recommendation .slick-prev {
    left: 1rem;
  }
  .marketplace-product-recommendation__copy,
  .marketplace-product-recommendation__copy-hidden-description {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1342px) {
  .marketplace-product-recommendation__product-list {
    padding: 0 10.625rem;
  }
  .marketplace-product-recommendation .slick-next {
    right: 4.625rem;
  }
  .marketplace-product-recommendation .slick-prev {
    left: 4.625rem;
  }
}
.marketplace-product-recommendation .slick-disabled {
  opacity: .5;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-product-list
 */
.marketplace-product-list:not(.parbase) {
  position: relative;
}
.marketplace-product-list__edit-mode-wrapper {
  min-height: 5rem;
}
.marketplace-product-list__container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__container {
    padding-top: 1rem;
  }
}
.marketplace-product-list__plain-container {
  padding: 11rem 1rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__plain-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.marketplace-product-list__loading-image {
  width: 5.5rem;
}
.marketplace-product-list__image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 10rem;
  box-sizing: border-box;
  border: 0.3px solid #121312;
}
.marketplace-product-list__image-container:hover {
  outline: none;
  border: 2px solid #000000;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__image-container {
    height: 15rem;
  }
}
.marketplace-product-list__status {
  top: 0;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
  font-family: 'BebasNeue', Arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  letter-spacing: 1px;
}
.marketplace-product-list__info-container {
  padding: 1.5rem 0;
  width: 100%;
}
.marketplace-product-list__error-container {
  text-align: center;
  height: 10rem;
  padding: 5rem;
}
.marketplace-product-list__error-container div {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__error-container div {
    line-height: 1.4;
  }
}
.marketplace-product-list__error-container a {
  text-decoration: underline;
}
.marketplace-product-list__products-wrapper {
  width: 100%;
}
.marketplace-product-list__products-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__products-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23.5%);
    justify-items: stretch;
    gap: 0 2%;
  }
  .marketplace-product-list__products-container--compact {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-product-list__products-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 5rem;
  }
}
.marketplace-product-list__product-list-item {
  width: 50%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 4.5rem;
  padding-right: .5rem;
  padding-left: .5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__product-list-item {
    width: 100%;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-product-list__product-list-item {
    width: 25%;
    padding: 0 0 0 1.8rem;
  }
}
.marketplace-product-list__name {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__name {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__name {
    letter-spacing: initial;
  }
}
.marketplace-product-list__variant {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  display: inline;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__variant {
    line-height: 1.71;
  }
}
.marketplace-product-list__variant:not(:last-child):after {
  content: ',';
}
.marketplace-product-list__description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  padding-bottom: 0.5rem;
  display: inline;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__description {
    line-height: 1.71;
  }
}
.marketplace-product-list__price {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__price {
    line-height: 1.4;
  }
}
.marketplace-product-list__price .sale-price {
  margin-right: 1rem;
  color: #bc443e;
}
.marketplace-product-list__original-price {
  position: relative;
  color: #8e8e8d;
}
.marketplace-product-list__original-price:after {
  top: 50%;
  left: 50%;
  content: '';
  width: 110%;
  height: 1px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  background-color: #8e8e8d;
}
.marketplace-product-list__cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__cta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__cta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-list__cta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-list__cta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-list__cta:hover,
.marketplace-product-list__cta:focus {
  outline: none;
}
.marketplace-product-list__cta:hover,
.marketplace-product-list__cta:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__cta {
    width: 10.8rem;
  }
}
.marketplace-product-list__add-to-bag {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__add-to-bag {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__add-to-bag {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-list__add-to-bag:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-list__add-to-bag div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-list__add-to-bag:hover,
.marketplace-product-list__add-to-bag:focus {
  outline: none;
}
.marketplace-product-list__add-to-bag:hover,
.marketplace-product-list__add-to-bag:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__add-to-bag {
    width: 10.8rem;
  }
}
.marketplace-product-list__cta,
.marketplace-product-list__add-to-bag {
  margin: auto 0 0 0;
  width: 100%;
  min-height: 3.12rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__cta,
  .marketplace-product-list__add-to-bag {
    width: 100%;
  }
}
.marketplace-product-list__link {
  width: 100%;
  display: block;
}
.marketplace-product-list__link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #000000;
}
.marketplace-product-list__select-container {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: row;
  margin-bottom: 1.2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__select-container {
    margin-bottom: 1rem;
    justify-content: space-between;
  }
}
.marketplace-product-list__select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #d9dfd9;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__select {
    line-height: 1.71;
  }
}
.marketplace-product-list__select::-ms-expand {
  display: none;
}
.marketplace-product-list__select:invalid {
  color: #121312;
}
.has-error .marketplace-product-list__select,
.marketplace-product-list__select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-product-list__select:hover {
  cursor: pointer;
}
.marketplace-product-list__select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-product-list__select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-product-list__select::placeholder {
  color: #121312;
}
.marketplace-product-list__select::-moz-placeholder,
.marketplace-product-list__select:-ms-input-placeholder,
.marketplace-product-list__select::-webkit-input-placeholder {
  color: #121312;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__select {
    font-size: 1rem;
  }
}
.marketplace-product-list__sort-label {
  line-height: 3.2;
  margin-right: 0.3rem;
}
.marketplace-product-list__list {
  display: none;
  height: 7rem;
  z-index: 30;
  background-color: #ffffff;
  border: 1px solid #000000;
  position: relative;
  padding: 1rem 1.2rem 0 1.2rem;
  top: 3rem;
}
.marketplace-product-list__list-item {
  text-transform: capitalize;
  padding-bottom: 1rem;
}
.marketplace-product-list__list-item a:hover,
.marketplace-product-list__list-item a:focus {
  text-decoration: underline;
}
.marketplace-product-list__pagination-controls {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.marketplace-product-list__page-numbers {
  display: flex;
  margin: 0 1rem;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__page-numbers {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.marketplace-product-list__page-icon {
  width: 2rem;
  height: 2rem;
  background-color: #707070;
  border-radius: 50%;
  position: relative;
}
.marketplace-product-list__page-icon:after {
  content: '';
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
  top: 25%;
  left: 30%;
  transform: rotate(-225deg);
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 11%;
}
.marketplace-product-list__page-icon:hover {
  background-color: #ffffff;
  border: 1px solid #121312;
}
.marketplace-product-list__page-icon:hover:after {
  border-color: #121312;
}
.marketplace-product-list__page-icon:focus {
  outline: none;
}
.marketplace-product-list__page-icon:focus:before {
  position: absolute;
  content: ' ';
  background-color: transparent;
  width: 2.5rem;
  height: 2.4rem;
  top: -4px;
  left: -4px;
  border: 2px solid #175fcc;
  border-radius: 10px;
}
.marketplace-product-list__page-icon.blocked:hover {
  background-color: #707070;
  border: none;
  cursor: auto;
}
.marketplace-product-list__page-icon.blocked:hover:after {
  border-color: #ffffff;
}
.marketplace-product-list__page-icon.blocked:focus {
  outline: none;
}
.marketplace-product-list__page-icon.blocked:focus:before {
  border: none;
}
.marketplace-product-list__page-next:after {
  transform: rotate(-45deg);
  left: 20%;
}
.marketplace-product-list__page-number {
  margin: 0 0.3rem;
  padding: .1rem;
  color: #707070;
}
.marketplace-product-list__page-number:focus {
  outline: none;
  box-shadow: 0 0 0 3px #175fcc;
  border-radius: 25%;
}
.marketplace-product-list__page-number:hover {
  text-decoration: underline;
}
.marketplace-product-list__page-current {
  font-weight: bold;
  color: #231f20;
}
.marketplace-product-list__no-results {
  font-weight: bold;
  padding: 4rem 2rem;
  font-family: 'BebasNeue', Arial, sans-serif;
}
.marketplace-product-list__overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
}
.marketplace-product-list__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__content {
    flex-direction: row;
  }
}
.marketplace-product-list__filters-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__filters-container {
    width: 20rem;
    padding: 0 2rem 0 0;
  }
}
.marketplace-product-list__accordion-button {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #717171;
  font-weight: 600;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__accordion-button {
    line-height: 1.75;
  }
}
.marketplace-product-list__accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #175fcc;
  border-radius: 5px;
}
.marketplace-product-list__accordion-button.expanded .marketplace-product-list__minus {
  display: block;
}
.marketplace-product-list__accordion-button.expanded .marketplace-product-list__plus {
  display: none;
}
.marketplace-product-list__accordion-control {
  padding: .6rem 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: .8rem;
}
.marketplace-product-list__controls {
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.marketplace-product-list__minus,
.marketplace-product-list__plus {
  width: 1.25rem;
  height: 1.25rem;
}
.marketplace-product-list__minus {
  display: none;
}
.marketplace-product-list__filter-option,
.marketplace-product-list__filter-option--format {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-product-list__filter-option,
  .marketplace-product-list__filter-option--format {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__filter-option,
  .marketplace-product-list__filter-option--format {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-list__filter-option:disabled,
.marketplace-product-list__filter-option--format:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-list__filter-option div,
.marketplace-product-list__filter-option--format div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-list__filter-option:hover,
.marketplace-product-list__filter-option--format:hover,
.marketplace-product-list__filter-option:focus,
.marketplace-product-list__filter-option--format:focus {
  outline: none;
}
.marketplace-product-list__filter-option.selected,
.marketplace-product-list__filter-option--format.selected {
  color: #ffffff;
  background-color: #707070;
}
.marketplace-product-list__filter-option:hover,
.marketplace-product-list__filter-option--format:hover,
.marketplace-product-list__filter-option:focus,
.marketplace-product-list__filter-option--format:focus {
  outline: none;
  position: relative;
}
.marketplace-product-list__filter-option:hover:after,
.marketplace-product-list__filter-option--format:hover:after,
.marketplace-product-list__filter-option:focus:after,
.marketplace-product-list__filter-option--format:focus:after {
  position: absolute;
  content: ' ';
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  box-shadow: 0 0 0 2px #175fcc;
  z-index: 2;
}
.marketplace-product-list__filter-option--format {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6.4rem;
  width: calc(50% - .6rem);
}
.marketplace-product-list__filter-option--format span {
  font-size: 0.8rem;
}
.marketplace-product-list__filter-option--format.selected .marketplace-product-list__form-image {
  display: none;
}
.marketplace-product-list__filter-option--format.selected .marketplace-product-list__form-image--alter {
  display: block;
}
.marketplace-product-list__form-image {
  display: block;
  height: 2.3rem;
  max-width: 2.3rem;
  margin: .4rem 0 .2rem 0;
}
.marketplace-product-list__form-image--alter {
  display: none;
}
.marketplace-product-list__accordion-filter-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.marketplace-product-list__accordion-filter-section--format,
.marketplace-product-list__accordion-filter-section--collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.marketplace-product-list__button-text {
  display: block;
  line-height: 1;
  margin-top: auto;
}
.marketplace-product-list__reset-container {
  padding: .6rem 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: .8rem;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-family: 'ProximaNova', Georgia, serif;
  justify-content: space-between;
  color: #707070;
}
.marketplace-product-list__reset-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #175fcc;
  border-radius: 5px;
}
.marketplace-product-list__reset-btn:hover {
  text-decoration: underline;
}
.marketplace-product-list__filter-toggle {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #d9dfd9;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__filter-toggle {
    line-height: 1.71;
  }
}
.marketplace-product-list__filter-toggle::-ms-expand {
  display: none;
}
.marketplace-product-list__filter-toggle:invalid {
  color: #121312;
}
.has-error .marketplace-product-list__filter-toggle,
.marketplace-product-list__filter-toggle.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-product-list__filter-toggle:hover {
  cursor: pointer;
}
.marketplace-product-list__filter-toggle:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-product-list__filter-toggle:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-product-list__filter-toggle::placeholder {
  color: #121312;
}
.marketplace-product-list__filter-toggle::-moz-placeholder,
.marketplace-product-list__filter-toggle:-ms-input-placeholder,
.marketplace-product-list__filter-toggle::-webkit-input-placeholder {
  color: #121312;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-list__filter-toggle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__filter-toggle {
    display: none;
  }
}
.marketplace-product-list__filters-container.opacity {
  height: 0;
  overflow: hidden;
}
.marketplace-product-list__filters-container.parsed {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__filters-container.parsed {
    display: none;
  }
}
.marketplace-product-list__content .marketplace-product-list__filters-container.parsed {
  display: none;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__content .marketplace-product-list__filters-container.parsed {
    display: block;
  }
}
.marketplace-product-list__filters--mobile {
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
  padding: 0 .2rem;
  margin-bottom: 1rem;
}
.marketplace-product-list__empty-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .marketplace-product-list__empty-title {
    line-height: 1.4;
  }
}
.marketplace-product-list .yotpo .text-m {
  margin-left: 0.5rem;
}
.marketplace-product-list--hide {
  display: none;
}
.aem-AuthorLayer-Edit .marketplace-product-list__content .marketplace-product-list__products-wrapper:nth-child(2),
.aem-AuthorLayer-Targeting .marketplace-product-list__content .marketplace-product-list__products-wrapper:nth-child(2) {
  display: none;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-product-details
 */
.marketplace-product-details .cg-product-details .parbase {
  padding: 0;
}
.marketplace-product-details {
  min-height: 5rem;
  width: 100%;
  overflow: hidden;
}
.marketplace-product-details:not(.parbase) {
  position: relative;
  min-height: 5rem;
}
.marketplace-product-details__container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__container {
    display: flex;
    flex-direction: column;
    margin-top: 2.3rem;
  }
}
.marketplace-product-details__nav {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
  line-height: 1rem;
  padding-top: 0.5rem;
  display: none;
}
.marketplace-product-details__nav-parent-text {
  color: #8e8e8d;
}
.marketplace-product-details__nav-child-text {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__nav {
    display: flex;
  }
}
.marketplace-product-details__btnCta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btnCta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__btnCta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-details__btnCta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-details__btnCta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-details__btnCta:hover,
.marketplace-product-details__btnCta:focus {
  outline: none;
}
.marketplace-product-details__btnCta:hover,
.marketplace-product-details__btnCta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btnCta {
    width: 10.8rem;
  }
}
.marketplace-product-details__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
.marketplace-product-details__title-desktop {
  display: none;
}
.marketplace-product-details__title-mobile {
  font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__title-mobile {
    display: none;
  }
  .marketplace-product-details__title-desktop {
    display: block;
  }
}
.marketplace-product-details__main-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__main-content {
    flex-direction: row;
    margin-bottom: 3rem;
  }
}
.marketplace-product-details__category {
  font-size: 0.875rem;
  display: flex;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.2rem;
}
.marketplace-product-details__category-desktop {
  display: none;
}
.marketplace-product-details__category p {
  padding-top: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__category-mobile {
    display: none;
  }
  .marketplace-product-details__category-desktop {
    display: flex;
    margin-bottom: 2.5rem;
  }
}
.marketplace-product-details__image-list {
  display: flex;
  overflow-x: scroll;
  margin: 1.7rem -1rem 0rem 0;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__image-list {
    display: none!important;
  }
}
.marketplace-product-details__image-container {
  position: relative;
  min-width: 15.7rem;
  height: 15.7rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__image-container {
    height: 6.85rem;
    min-width: 6.85rem;
    min-height: 6.85rem;
    margin: 0.5rem 0;
  }
  .marketplace-product-details__image-container-opacity {
    opacity: 0.5;
  }
}
.marketplace-product-details__image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding: 1rem;
  background-origin: content-box;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px), screen and (max-width: 1023px) {
  .marketplace-product-details__image {
    position: relative;
    min-width: 15.7rem;
    height: 15.7rem;
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__image {
    height: 20rem;
  }
}
.marketplace-product-details__size select {
  font-size: 1rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2.6rem;
  border: 1px solid #000000;
  padding: 0.5rem 2rem 0.5rem 0.7rem;
  font-family: 'ProximaNova', Georgia, serif;
  background-position: calc(100% - 1rem) 1rem;
  width: 100%;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__size select {
    line-height: 1.71;
  }
}
.marketplace-product-details__size select::-ms-expand {
  display: none;
}
.marketplace-product-details__size select:invalid {
  color: #121312;
}
.has-error .marketplace-product-details__size select,
.marketplace-product-details__size select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-product-details__size select:hover {
  cursor: pointer;
}
.marketplace-product-details__size select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-product-details__size select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-product-details__size select::placeholder {
  color: #121312;
}
.marketplace-product-details__size select::-moz-placeholder,
.marketplace-product-details__size select:-ms-input-placeholder,
.marketplace-product-details__size select::-webkit-input-placeholder {
  color: #121312;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-product-details__size select {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    line-height: 1.57;
  }
}
.marketplace-product-details__size select option {
  padding: 0.5rem;
  border-bottom: 1px solid #d9dfd9;
}
.marketplace-product-details__size select option:last-child {
  border-bottom: none;
}
.marketplace-product-details__size select.disabled {
  background-color: #e5e8e8;
}
.marketplace-product-details__size-text {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: 'ProximaNova', Georgia, serif;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__size-text {
    display: block;
  }
}
.marketplace-product-details__size-nonavailable-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.marketplace-product-details__size-nonavailable-text {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
  margin-bottom: 1.67rem;
}
.marketplace-product-details__size-banner {
  width: 52%;
  height: 3rem;
}
.marketplace-product-details__size-banner select {
  font-size: 0.875rem;
  border: 0;
  padding-top: 0.4rem;
  padding-right: 3rem;
  padding-left: 1.5rem;
  background-position: calc(100% - 1.8rem) 1.3rem;
  background-size: 8px 4px;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__size {
    margin-bottom: 3.18rem;
  }
  .marketplace-product-details__size-banner {
    margin-bottom: 0;
    width: auto;
    height: auto;
  }
  .marketplace-product-details__size-banner select {
    font-size: 1rem;
    width: 15rem;
    height: 2.375rem;
    background-position: calc(100% - 1rem) 1rem;
    background-size: 14px 8px;
    border: 1px solid #000000;
    line-height: 1.57;
  }
  .marketplace-product-details__size-banner-text {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1342px) {
  .marketplace-product-details__size-banner-text {
    display: none;
  }
}
.marketplace-product-details__quantity-container {
  display: flex;
  width: 12.56rem;
  height: 3.8rem;
  margin-top: 1.1rem;
}
.marketplace-product-details__quantity-banner-container {
  display: flex;
  width: 12.56rem;
  height: 2.43rem;
}
.marketplace-product-details__quantity-btn {
  width: 3.8rem;
  border: 1px solid #707070;
}
.marketplace-product-details__quantity-btn--minus:focus,
.marketplace-product-details__quantity-btn--plus:focus {
  outline: none;
  position: relative;
}
.marketplace-product-details__quantity-btn--minus:focus::before,
.marketplace-product-details__quantity-btn--plus:focus::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-product-details__quantity-btn--minus:active,
.marketplace-product-details__quantity-btn--plus:active {
  outline: none;
  position: relative;
}
.marketplace-product-details__quantity-btn--minus:active::before,
.marketplace-product-details__quantity-btn--plus:active::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #175fcc;
}
.marketplace-product-details__quantity-btn-banner {
  border: 1px solid #000000;
}
.marketplace-product-details__quantity-icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-product-details__quantity-label {
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: 'ProximaNova', Georgia, serif;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: none;
  border-right: none;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  width: 4.79rem;
}
.marketplace-product-details__quantity-label:focus,
.marketplace-product-details__quantity-label:active {
  outline: unset;
  position: relative;
  border: 1px solid #175fcc;
  border-top: 2px solid #175fcc;
  border-bottom: 2px solid #175fcc;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-product-details__quantity-label {
    padding-top: 0;
  }
}
.marketplace-product-details__quantity-label-banner {
  font-size: 1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketplace-product-details__quantity-label-banner {
    padding-top: 0;
  }
}
.marketplace-product-details__quantity-banner-wrapper {
  display: none;
  flex-direction: column;
  margin-left: 1.125rem;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__quantity-banner-wrapper {
    display: flex;
  }
}
.marketplace-product-details__cart-button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__cart-button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__cart-button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-details__cart-button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-details__cart-button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-details__cart-button:hover,
.marketplace-product-details__cart-button:focus {
  outline: none;
}
.marketplace-product-details__cart-button:hover,
.marketplace-product-details__cart-button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__cart-button {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__cart-button {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__cart-button-price {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__cart-button-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__cart-button-mobile {
    display: none;
  }
}
.marketplace-product-details__cart-button:disabled {
  border: 1px solid #121312;
  color: #121312;
  background-color: #ffffff;
}
.marketplace-product-details__product-info-container {
  margin-bottom: 1.67rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__product-info-container {
    display: flex;
  }
}
.marketplace-product-details__subheading {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'ProximaNova', Georgia, serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__subheading {
    margin-right: 10rem;
  }
}
.marketplace-product-details__description {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
  line-height: 1.5rem;
}
.marketplace-product-details__description p strong,
.marketplace-product-details b {
  font-weight: bold;
}
.marketplace-product-details__variant-description {
  margin-top: 1.5rem;
}
.marketplace-product-details__form-icon {
  fill: none;
  width: 2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}
.marketplace-product-details__form-icon--oil-drops {
  fill: #000000;
}
.marketplace-product-details__pdf-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.marketplace-product-details__link {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
  text-decoration-line: underline;
}
.marketplace-product-details__coa-info-container {
  display: flex;
  align-items: center;
}
.marketplace-product-details__image-section {
  display: none;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__image-section {
    display: flex;
    width: 58%;
  }
}
.marketplace-product-details__image-column {
  display: flex;
  flex-direction: column;
  width: 6.87rem;
  margin-right: 1.5rem;
  -ms-overflow-style: none;
}
.marketplace-product-details__image-column--wrapper {
  width: 6.87rem;
}
.marketplace-product-details__image-column--overflow {
  max-height: 25rem;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.marketplace-product-details__image-column--overflow::-webkit-scrollbar {
  background: transparent;
  /* make scrollbar transparent */
  width: 0;
}
.marketplace-product-details__chevron--btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.marketplace-product-details__chevron--icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.marketplace-product-details__chevron--up {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__product-info-container-section {
    width: 42%;
    margin-left: 1.5rem;
  }
}
.marketplace-product-details__price {
  font-size: 1.875rem;
  line-height: 1.85rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__price {
    display: flex;
  }
}
.marketplace-product-details__price-sale {
  color: #bc443e;
  margin-right: 1rem;
}
.marketplace-product-details__price-regular {
  text-decoration: line-through;
  color: #8e8e8d;
}
.marketplace-product-details__main-image-container {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32.5rem;
  height: 32.5rem;
  background-origin: content-box;
  padding: 1.35rem;
}
.marketplace-product-details__main-image-container img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.marketplace-product-details__main-image-label {
  display: flex;
  font-size: 13px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__main-image-label {
    display: none;
  }
}
.marketplace-product-details__search-svg {
  height: 14px;
  width: 13px;
  margin-right: 0.5rem;
}
.marketplace-product-details__scrolled-banner {
  display: flex;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 60;
  background-color: white;
  padding: 0;
  align-items: center;
  visibility: hidden;
  height: 3.2rem;
  transition: all 2s linear;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 6px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__scrolled-banner {
    padding: 0 5.93rem;
    height: 7.25rem;
  }
}
.marketplace-product-details__scrolled-banner-image {
  display: none;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__scrolled-banner-image {
    width: 6.87rem;
    height: 6.87rem;
    padding: 0.8rem 0.8rem;
    object-fit: contain;
    display: block;
  }
}
.marketplace-product-details__scrolled-banner-title {
  display: none;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__scrolled-banner-title {
    font-size: 1.25rem;
    font-family: 'BebasNeue', Arial, sans-serif;
    line-height: 2rem;
    display: block;
    width: 18rem;
    margin-right: 1rem;
  }
}
.marketplace-product-details__scrolled-banner-price {
  display: none;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__scrolled-banner-price {
    font-size: 1.5rem;
    line-height: 1.43rem;
    font-family: 'ProximaNova', Georgia, serif;
    font-weight: bold;
    margin-left: 2rem;
    padding-top: 1rem;
    display: block;
  }
}
.marketplace-product-details__scrolled-banner-cart-btn {
  width: 48%;
  margin-top: 0;
  margin-bottom: 0;
  height: 3rem;
}
@media screen and (min-width: 1342px) {
  .marketplace-product-details__scrolled-banner-cart-btn {
    width: 12.375rem;
    height: 3.125rem;
    margin-left: 1.81rem;
    margin-top: 0;
    display: block;
  }
}
.marketplace-product-details__scrolled-banner--show {
  visibility: visible;
  top: 0;
  transition: all 2s linear;
  justify-content: center;
  z-index: 280;
}
.marketplace-product-details__scrolled-banner--mobile {
  display: none;
}
.marketplace-product-details__scrolled-banner__cart-btn--mobile {
  width: 50%;
  background-color: #000000;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__scrolled-banner__quantity {
    display: none;
  }
}
.marketplace-product-details__join-revolution {
  width: 100%;
  background-color: #e5e8e8;
  padding: 1.5rem;
  margin-top: 3.5rem;
}
.marketplace-product-details__join-revolution-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__join-revolution-text {
    line-height: 1.75;
  }
}
.marketplace-product-details__join-revolution-btn {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__join-revolution-btn {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__join-revolution-btn {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-details__join-revolution-btn:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-details__join-revolution-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-details__join-revolution-btn:hover,
.marketplace-product-details__join-revolution-btn:focus {
  outline: none;
}
.marketplace-product-details__join-revolution-btn:hover,
.marketplace-product-details__join-revolution-btn:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__join-revolution-btn {
    width: 10.8rem;
  }
}
.marketplace-product-details__non-available-message {
  margin-bottom: 1.75rem;
  margin-top: 1.5rem;
}
.marketplace-product-details__non-available-message-text {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
  line-height: 1.75rem;
  padding: 0 0.5rem;
  display: none;
}
.marketplace-product-details__non-available-message-text b,
.marketplace-product-details__non-available-message-text strong {
  font-weight: bold;
}
.marketplace-product-details__non-available-message-text i,
.marketplace-product-details__non-available-message-text em {
  font-style: italic;
}
.marketplace-product-details__non-available-message-text ul,
.marketplace-product-details__non-available-message-text ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-product-details__non-available-message-text ul li {
  list-style-type: disc;
}
.marketplace-product-details__non-available-message-text ol li {
  list-style-type: decimal;
}
.marketplace-product-details__non-available-message-text a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__non-available-message-text a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-product-details__non-available-message-text a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-product-details__non-available-message-text a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-product-details__non-available-message-text a[href] div {
  display: inline;
}
.marketplace-product-details__non-available-message-text a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-product-details__non-available-message-text a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-product-details__non-available-message-text a[target="_blank"] div {
  display: inline;
}
.marketplace-product-details__non-available-message-text a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-product-details__non-available-message-text a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-product-details__non-available-message-text img {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__non-available-message-mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__non-available-message-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__non-available-message-desktop {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__non-available-message-desktop {
    display: inline-block;
    width: 42%;
    margin-left: auto;
  }
  .marketplace-product-details__non-available-message-desktop > div {
    margin-left: 0.75rem;
  }
}
.marketplace-product-details__cart-icon {
  width: 1.66rem;
  height: 1.66rem;
  margin-left: 1.5rem;
}
.marketplace-product-details__cart-total {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
}
.marketplace-product-details__cart-item {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 1342px) {
  .marketplace-product-details__cart-item {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__divider-big-space {
    margin: 1.5rem 0;
  }
}
.marketplace-product-details__nonavailable {
  display: none;
}
.marketplace-product-details__available {
  display: block;
}
.marketplace-product-details__price-mobile {
  display: flex;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__price-mobile {
    display: none;
  }
}
.marketplace-product-details__price-mobile-sale {
  color: #bc443e;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.marketplace-product-details__price-mobile-regular {
  text-decoration: line-through;
  color: #8e8e8d;
}
.marketplace-product-details__price-text-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__price-text-mobile {
    display: inline-block;
  }
}
.marketplace-product-details__onsale {
  display: none;
}
.marketplace-product-details__plain-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__plain-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.marketplace-product-details__plain-container img {
  max-width: 10rem;
  max-height: 10rem;
  margin-top: 20%;
}
.marketplace-product-details__invalid {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
  flex-direction: column;
}
.marketplace-product-details__invalid-information {
  font-family: 'BebasNeue', Arial, sans-serif;
  align-self: center;
}
.marketplace-product-details__invalid-information-title {
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__invalid-information-title {
    font-size: 6rem;
  }
}
.marketplace-product-details__invalid-information-subtitle {
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__invalid-information-subtitle {
    font-size: 4.5rem;
  }
}
.marketplace-product-details__invalid-information-text {
  font-size: 1rem;
  font-family: 'ProximaNova', Georgia, serif;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__invalid {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-product-details__loading-image {
    display: none;
  }
}
.marketplace-product-details__onSaleLabel {
  display: none;
}
.marketplace-product-details__divider {
  height: 2px;
  background-color: #121312;
  margin-top: .5rem;
  margin-bottom: 1rem;
}
.marketplace-product-details__divider-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__divider-mobile {
    display: block;
  }
}
.marketplace-product-details__divider--product-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__divider--product-info {
    display: block;
  }
}
.marketplace-product-details__divider--product-info-middle {
  display: block;
  background-color: #979797;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__divider--product-info-middle {
    display: none;
  }
}
.marketplace-product-details__btn-success {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  margin: 2rem 0 2.5rem 0;
  width: 100%;
  min-height: 3.12rem;
  line-height: 2.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btn-success {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__btn-success {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-details__btn-success:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-details__btn-success div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-details__btn-success:hover,
.marketplace-product-details__btn-success:focus {
  outline: none;
}
.marketplace-product-details__btn-success:hover,
.marketplace-product-details__btn-success:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btn-success {
    width: 10.8rem;
  }
}
.marketplace-product-details__btn-success:hover svg {
  -webkit-filter: invert(100%);
  /* safari 6.0 - 9.0 */
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btn-success {
    width: 100%;
  }
}
.marketplace-product-details__btnBannerSuccess {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
  width: 12.375rem;
  height: 3.125rem;
  margin-left: 1.81rem;
  margin-top: 0;
  min-height: 3.12rem;
  line-height: 2.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btnBannerSuccess {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-details__btnBannerSuccess {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-details__btnBannerSuccess:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-details__btnBannerSuccess div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-details__btnBannerSuccess:hover,
.marketplace-product-details__btnBannerSuccess:focus {
  outline: none;
}
.marketplace-product-details__btnBannerSuccess:hover,
.marketplace-product-details__btnBannerSuccess:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btnBannerSuccess {
    width: 10.8rem;
  }
}
.marketplace-product-details__btnBannerSuccess:hover svg {
  -webkit-filter: invert(100%);
  /* safari 6.0 - 9.0 */
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__btnBannerSuccess {
    width: 48%;
    margin: 0;
    height: 3rem;
  }
}
.marketplace-product-details__success-icon {
  height: 1.3rem;
  width: 1.3rem;
  margin-right: 0.5rem;
}
.marketplace-product-details__hidden {
  display: none;
}
.marketplace-product-details__error-container {
  text-align: center;
  height: 10rem;
  padding: 5rem;
}
.marketplace-product-details__error-container div {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__error-container div {
    line-height: 1.4;
  }
}
.marketplace-product-details__error-container a {
  text-decoration: underline;
}
.marketplace-product-details__radio-wrapper {
  position: relative;
  margin: 1rem 0;
  display: block;
}
.marketplace-product-details__radio-wrapper label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-left: 1rem;
  display: block;
  position: relative;
  margin-left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__radio-wrapper label {
    line-height: 1.71;
  }
}
.marketplace-product-details__radio-wrapper label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 1.25rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 11px;
  border: 1px solid #707070;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__radio-wrapper label:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.marketplace-product-details__radio-wrapper label input[type='radio'] {
  display: none;
}
.marketplace-product-details__radio-wrapper label input[type='radio']:checked + span {
  /*styles inside circle*/
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  background-color: #121312;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-product-details__radio-wrapper label input[type='radio']:checked + span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-product-details__radio-wrapper label input[type='radio']:checked + span {
    width: 12px;
    height: 12px;
  }
}
.marketplace-product-details__subscription-frequency {
  padding-left: 2.5rem;
}
.marketplace-product-details__subscription-frequency-text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-left: 1rem;
  margin-left: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__subscription-frequency-text {
    line-height: 1.71;
  }
}
.marketplace-product-details__subscription-frequency-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  width: unset;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__subscription-frequency-select {
    line-height: 1.71;
  }
}
.marketplace-product-details__subscription-frequency-select::-ms-expand {
  display: none;
}
.marketplace-product-details__subscription-frequency-select:invalid {
  color: #121312;
}
.has-error .marketplace-product-details__subscription-frequency-select,
.marketplace-product-details__subscription-frequency-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-product-details__subscription-frequency-select:hover {
  cursor: pointer;
}
.marketplace-product-details__subscription-frequency-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-product-details__subscription-frequency-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-product-details__subscription-frequency-select::placeholder {
  color: #121312;
}
.marketplace-product-details__subscription-frequency-select::-moz-placeholder,
.marketplace-product-details__subscription-frequency-select:-ms-input-placeholder,
.marketplace-product-details__subscription-frequency-select::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-product-details__tooltip-container {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.marketplace-product-details__tooltip-container svg {
  height: 1.5rem;
  width: 1.5rem;
}
.marketplace-product-details__tooltip-label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 0.5rem;
  order: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__tooltip-label {
    line-height: 1.75;
  }
}
.marketplace-product-details__tooltip-trigger {
  order: 0;
}
.marketplace-product-details__tooltip-trigger :focus {
  outline: none;
}
.marketplace-product-details__tooltip-wrapper {
  display: flex;
  justify-content: space-between;
}
.marketplace-product-details__tooltip-description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  flex: 0 1 auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-product-details__tooltip-description {
    line-height: 1.75;
  }
}
.marketplace-product-details__tooltip-description a:hover {
  color: #000000;
}
.marketplace-product-details__product-pdf a {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.8333333333333333rem;
  background-size: 100% 0.75em;
  background-position: 0 126%;
  line-height: 2.33;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-left: 0.3rem;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: 'ProximaNova', Georgia, serif;
  letter-spacing: 3px;
}
.marketplace-product-details__product-pdf a:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-product-details__product-pdf a div {
  display: inline;
}
.marketplace-pdp-modal__container {
  border-radius: 0;
  overflow: auto;
  display: flex;
  max-width: 59rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-pdp-modal__container {
    max-height: 30rem;
  }
}
.marketplace-pdp-modal__modal-close {
  position: absolute;
  right: 1em;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 400;
}
.marketplace-pdp-modal__modal-close__icon--hover {
  display: none;
}
.marketplace-pdp-modal__modal-close__icon,
.marketplace-pdp-modal__modal-close__icon--hover {
  width: 100%;
  height: 100%;
}
.marketplace-pdp-modal__modal-close:hover svg:first-child,
.marketplace-pdp-modal__modal-close:focus svg:first-child {
  display: none;
}
.marketplace-pdp-modal__modal-close:hover svg:nth-child(2),
.marketplace-pdp-modal__modal-close:focus svg:nth-child(2) {
  display: block;
}
.marketplace-pdp-modal__modal-close svg {
  pointer-events: none;
}
.marketplace-pdp-modal__inner-wrapper {
  display: flex;
  height: 100%;
  padding: 1.875rem;
  width: 100%;
  position: relative;
}
.marketplace-pdp-modal__content-container {
  height: 40rem;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.marketplace-pdp-modal__image-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30rem;
  padding: 2rem 3rem;
  align-items: center;
}
.marketplace-pdp-modal__image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.marketplace-pdp-modal__image-title {
  font-weight: bold;
  margin: 1rem;
}
.marketplace-pdp-modal__slider-container {
  display: flex;
  justify-content: center;
}
.marketplace-pdp-modal__image {
  display: flex;
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
  border: 1px solid #d9dfd9;
}
.marketplace-pdp-modal__image img {
  padding: 1rem;
  width: 100%;
  height: 100%;
}
.marketplace-pdp-modal__prev {
  height: 2rem;
  width: 2rem;
}
.marketplace-pdp-modal__prev svg {
  height: 2rem;
  width: 2rem;
  transform: rotate(90deg);
}
.marketplace-pdp-modal__next {
  height: 2rem;
  width: 2rem;
}
.marketplace-pdp-modal__next svg {
  height: 2rem;
  transform: rotate(-90deg);
  width: 2rem;
}
.owl-prev,
.owl-next {
  width: 1.5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0 solid black;
}
.owl-prev:focus,
.owl-next:focus {
  outline-color: #000000;
}
.owl-prev {
  left: 0.5rem;
}
.owl-prev svg {
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(180deg);
}
.owl-next {
  right: 0.5rem;
}
.owl-next svg {
  height: 1.5rem;
  width: 1.5rem;
}
.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #d9dfd9;
}
.owl-nav .disabled {
  display: none!important;
}
.owl-dot:focus {
  outline-color: #000000;
}
.arrow-disabled {
  opacity: 0.5;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-product-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-product-card {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-card {
    flex-direction: row;
  }
}
.marketplace-product-card__product-item {
  flex: 1 0 auto;
  cursor: pointer;
}
.marketplace-product-card__image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 18rem;
  transition: all 300ms ease-in-out;
}
.marketplace-product-card__image-container:hover {
  transform: scale(1.1);
}
.marketplace-product-card__content {
  flex: 1 0 0;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.marketplace-product-card__title {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
  order: 0;
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-product-card__title {
    font-size: 1rem;
  }
}
.marketplace-product-card__description {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  order: 1;
  flex: 1 0 auto;
  margin-bottom: 2.25rem;
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-product-card__description {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-product-card__cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  order: 2;
}
@media screen and (max-width: 767px) {
  .marketplace-product-card__cta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-product-card__cta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-product-card__cta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-product-card__cta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-card__cta:hover,
.marketplace-product-card__cta:focus {
  outline: none;
}
.marketplace-product-card__cta:hover,
.marketplace-product-card__cta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-product-card__cta {
    width: 10.8rem;
  }
}
.marketplace-product-card__tag {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-product-card__tag {
    line-height: 1.4;
  }
}
.marketplace-product-card__new {
  color: #ffffff;
  background-color: #707070;
  display: inline-block;
}
.marketplace-product-card__sale {
  color: #ffffff;
  background-color: #bc443e;
}
.marketplace-product-card__coming-soon {
  color: #ffffff;
  background-color: #707070;
}
.marketplace-product-card__out-stock {
  color: #121312;
  background-color: #eaeaea;
}
.marketplace-product-card__region-restricted {
  color: #121312;
  background-color: #eaeaea;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-image-content
 */
.marketplace-image-content:not(.parbase) {
  display: flex;
  align-items: center;
}
.marketplace-image-content__centre {
  justify-content: center;
}
.marketplace-image-content__right {
  justify-content: flex-end;
  padding-right: 1rem;
}
.marketplace-image-content__image-wrapper {
  margin-right: 1rem;
}
.marketplace-image-content__image img {
  height: auto;
}
.marketplace-image-content__image--small img {
  width: 2rem;
}
.marketplace-image-content__image--medium img {
  width: 3rem;
}
.marketplace-image-content__image--large img {
  width: 4rem;
}
.marketplace-image-content__text {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-image-content__text {
    line-height: 1.75;
  }
}
.marketplace-image-content.parbase {
  margin-bottom: 1.4rem;
}
.marketplace-image-content.parbase:last-child {
  margin-bottom: 0;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-image-content.parbase,
.aem-AuthorLayer-Targeting .marketplace-image-content.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .marketplace-image-content.parbase,
.aem-AuthorLayer-Targeting .marketplace-image-content.parbase {
  padding: 2rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-home-section__container {
  min-height: 31.25rem;
  background-color: #eaeaea;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__container {
    min-height: 40rem;
    flex-direction: column;
  }
}
.marketplace-home-section__container.fill-vh {
  height: calc(100vh - 8.5rem);
}
@media screen and (max-width: 1023px) {
  .marketplace-home-section__container.fill-vh {
    height: calc(100vh - 12.65rem);
  }
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__container.fill-vh {
    height: auto;
  }
}
.marketplace-home-section__content {
  flex: 1 0 0;
}
.marketplace-home-section__content-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 20%;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__content-left {
    padding: 2rem 1.5rem 5rem;
  }
}
.marketplace-home-section__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
  color: #232323;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-home-section__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__title {
    color: #121312;
  }
}
.marketplace-home-section__description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #121312;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-home-section__description {
    line-height: 1.75;
  }
}
.marketplace-home-section__cta--primary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--primary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-home-section__cta--primary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-home-section__cta--primary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-home-section__cta--primary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-home-section__cta--primary:hover,
.marketplace-home-section__cta--primary:focus {
  outline: none;
}
.marketplace-home-section__cta--primary:hover,
.marketplace-home-section__cta--primary:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--primary {
    width: 10.8rem;
  }
}
.marketplace-home-section__cta--secondary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--secondary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-home-section__cta--secondary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-home-section__cta--secondary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-home-section__cta--secondary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-home-section__cta--secondary:hover,
.marketplace-home-section__cta--secondary:focus {
  outline: none;
}
.marketplace-home-section__cta--secondary:hover,
.marketplace-home-section__cta--secondary:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--secondary {
    width: 10.8rem;
  }
}
.marketplace-home-section__cta--tertiary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--tertiary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-home-section__cta--tertiary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-home-section__cta--tertiary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-home-section__cta--tertiary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-home-section__cta--tertiary:hover,
.marketplace-home-section__cta--tertiary:focus {
  outline: none;
}
.marketplace-home-section__cta--tertiary > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-home-section__cta--tertiary > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-home-section__cta--tertiary:hover > div:after,
.marketplace-home-section__cta--tertiary:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-home-section__cta--tertiary > svg {
  display: none;
}
.marketplace-home-section__cta--quaternary {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--quaternary {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-home-section__cta--quaternary {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-home-section__cta--quaternary:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-home-section__cta--quaternary div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-home-section__cta--quaternary:hover,
.marketplace-home-section__cta--quaternary:focus {
  outline: none;
}
.marketplace-home-section__cta--quaternary:hover,
.marketplace-home-section__cta--quaternary:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__cta--quaternary {
    width: 10.8rem;
  }
}
.marketplace-home-section__cta--quaternary:hover,
.marketplace-home-section__cta--quaternary:focus {
  color: #121312;
  background-color: #eaeaea;
}
.marketplace-home-section__product-container {
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__product-container {
    order: -1;
  }
}
.marketplace-home-section__featured-product {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .marketplace-home-section__featured-product {
    display: none;
  }
}
.marketplace-home-section__featured-product--mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .marketplace-home-section__featured-product--mobile {
    display: none;
  }
}
.aem-AuthorLayer-Edit .marketplace-home-section__container,
.aem-AuthorLayer-Targeting .marketplace-home-section__container,
.aem-AuthorLayer-Preview .marketplace-home-section__container {
  min-height: 100%;
  height: 100%;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-grid-row:not(.parbase) {
  margin: 0 -1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row:not(.parbase) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2 > .marketplace-grid-row__col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-70-30 > .marketplace-grid-row__col {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-70-30 > .marketplace-grid-row__col:last-child {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-30-70 > .marketplace-grid-row__col {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-30-70 > .marketplace-grid-row__col:last-child {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-60-40 > .marketplace-grid-row__col {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-60-40 > .marketplace-grid-row__col:last-child {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-40-60 > .marketplace-grid-row__col {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-2.marketplace-grid-row--distribution-40-60 > .marketplace-grid-row__col:last-child {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-3 > .marketplace-grid-row__col {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-4 > .marketplace-grid-row__col {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--columns-6 > .marketplace-grid-row__col {
    width: 16.66%;
  }
}
.marketplace-grid-row--align-top {
  align-items: flex-start;
}
.marketplace-grid-row--align-center {
  align-items: center;
}
.marketplace-grid-row--align-bottom {
  align-items: flex-end;
}
.marketplace-grid-row--align-stretch {
  align-items: stretch;
}
.marketplace-grid-row--align-stretch > .rw-grid-row__col > .rw-link-card,
.marketplace-grid-row--align-stretch > .rw-grid-row__col > .rw-link-card > .rw-link-card,
.marketplace-grid-row--align-stretch > .rw-grid-row__col > .rw-card,
.marketplace-grid-row--align-stretch > .rw-grid-row__col > .rw-card > .rw-card {
  height: 100%;
}
.marketplace-grid-row--gutters-none:not(.parbase),
.marketplace-grid-row--gutters-none > .marketplace-grid-row__col {
  margin: 0;
}
.marketplace-grid-row--gutters-none > .marketplace-grid-row__col > .rw-card.parbase {
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-double:not(.parbase) {
    margin: 0 -2rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-double > .marketplace-grid-row__col {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-quadruple:not(.parbase) {
    margin: 0 -4rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-quadruple > .marketplace-grid-row__col {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-octuple:not(.parbase) {
    margin: 0 -8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--gutters-octuple > .marketplace-grid-row__col {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--flush-bottom {
    margin-bottom: -15.25rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--dividers .marketplace-grid-row__col {
    border-right: solid 1px #000000;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row--dividers .marketplace-grid-row__col:last-child {
    border-right: none;
  }
}
.marketplace-grid-row--center .marketplace-grid-row__col {
  text-align: center;
}
.marketplace-grid-row__col {
  margin-left: 1rem;
  margin-right: 1rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-grid-row__col {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .marketplace-grid-row__col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-grid-row__col {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-grid-row__col-order-first {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-grid-row__col-order-default {
    order: 2;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-grid-row.parbase,
.aem-AuthorLayer-Targeting .marketplace-grid-row.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .marketplace-grid-row.parbase,
.aem-AuthorLayer-Targeting .marketplace-grid-row.parbase {
  padding: 2rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * faf-featured-article
 */
.marketplace-featured-article {
  min-height: 5rem;
}
.marketplace-featured-article:not(.parbase) {
  flex-direction: column;
  min-height: 1rem;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .marketplace-featured-article:not(.parbase) {
    flex-direction: row;
  }
}
.marketplace-featured-article__image-wrapper {
  display: flex;
  width: 100%;
  height: 15rem;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 1024px) {
  .marketplace-featured-article__image-wrapper {
    height: 30rem;
    min-width: 50%;
  }
}
.marketplace-featured-article__content {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  padding: 3rem 1.5625rem 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .marketplace-featured-article__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-featured-article__content {
    padding: 3.5rem 6rem 0 8.5rem;
  }
}
.marketplace-featured-article__category {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.marketplace-featured-article__description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-featured-article__description {
    line-height: 1.75;
  }
}
.marketplace-featured-article__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-featured-article__title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
.marketplace-featured-article__cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-featured-article__cta {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-featured-article__cta {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-featured-article__cta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-featured-article__cta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-featured-article__cta:hover,
.marketplace-featured-article__cta:focus {
  outline: none;
}
.marketplace-featured-article__cta:hover,
.marketplace-featured-article__cta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-featured-article__cta {
    width: 10.8rem;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-featured-article,
.aem-AuthorLayer-Targeting .marketplace-featured-article {
  position: relative;
}
.aem-AuthorLayer-Edit .marketplace-featured-article.parbase,
.aem-AuthorLayer-Targeting .marketplace-featured-article.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .marketplace-featured-article .cq-Editable-dom--container,
.aem-AuthorLayer-Targeting .marketplace-featured-article .cq-Editable-dom--container {
  padding: 2rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-feature-banner
 */
.marketplace-feature-banner:not(.parbase) {
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner:not(.parbase) {
    flex-direction: column-reverse;
  }
}
.marketplace-feature-banner--direction-right {
  flex-direction: row-reverse;
}
.marketplace-feature-banner--direction-right .marketplace-feature-banner__image-col {
  margin-left: 0;
  margin-right: auto;
}
.marketplace-feature-banner__image {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner--mobile-flush .marketplace-feature-banner__text-col {
    padding-bottom: 0;
  }
  .marketplace-feature-banner--mobile-flush .marketplace-feature-banner__title {
    margin-bottom: 0;
  }
}
.marketplace-feature-banner__text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.625rem 1.5625rem 2.1875rem 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .marketplace-feature-banner__text-col {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__text-col {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-feature-banner__text-col {
    position: absolute;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .marketplace-feature-banner__text-col {
    width: 40%;
    padding: 2rem 5rem 2rem 6.5rem;
  }
}
@media screen and (min-width: 1342px) {
  .marketplace-feature-banner__text-col {
    padding-left: 10rem;
  }
}
.marketplace-feature-banner__image-wrapper {
  width: 100%;
  position: relative;
}
.marketplace-feature-banner__image-wrapper.custom-height .marketplace-feature-banner__image-col {
  height: 100%;
}
.marketplace-feature-banner__image-col {
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__image-col {
    height: 28.5rem;
    background-position: 69% center;
  }
}
@media screen and (min-width: 1200px) {
  .marketplace-feature-banner__image-col {
    background-position: right center;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-feature-banner__image-col {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner__image-col {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-feature-banner--image-offset .marketplace-feature-banner__image-col {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner--image-offset .marketplace-feature-banner__image-col {
    display: block;
  }
}
.marketplace-feature-banner__image-col-mobile {
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .marketplace-feature-banner__image-col-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-feature-banner__image-col-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner__image-col-mobile {
    display: block;
  }
}
.marketplace-feature-banner--image-offset .marketplace-feature-banner__image-col-mobile {
  display: none;
}
.marketplace-feature-banner__tag {
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  border: 1px solid #000000;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.75rem;
}
.marketplace-feature-banner__tag--dark {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.marketplace-feature-banner__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  max-width: 100%;
  margin: 0.32rem 0;
  color: #121312;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner__title {
    margin-top: 1rem;
  }
}
.marketplace-feature-banner__small-title {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'ProximaNova', Georgia, serif;
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__small-title {
    font-size: 1rem;
  }
}
.marketplace-feature-banner__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-feature-banner__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-feature-banner__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-feature-banner__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-feature-banner__button:hover,
.marketplace-feature-banner__button:focus {
  outline: none;
}
.marketplace-feature-banner__button:hover,
.marketplace-feature-banner__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-feature-banner__button {
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__button {
    margin-top: 2rem;
  }
}
.marketplace-feature-banner__list {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'ProximaNova', Georgia, serif;
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__list {
    line-height: 1.75;
  }
}
.marketplace-feature-banner__list-item {
  padding-top: 1.1rem;
  line-height: 1.75rem;
  display: flex;
}
.marketplace-feature-banner__list-icon {
  padding-right: 0.5rem;
}
.marketplace-feature-banner__list-icon svg {
  width: 1rem;
  height: .5rem;
}
.marketplace-feature-banner__dark {
  color: #ffffff;
}
.marketplace-feature-banner__cta-disclaimer {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.875rem;
  padding-top: 1rem;
  opacity: 0.75;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .marketplace-feature-banner__cta-disclaimer {
    line-height: 1.75;
  }
}
.marketplace-feature-banner__external-link {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-left: 1rem;
  margin-top: -0.4rem;
}
.aem-AuthorLayer-Edit .parbase,
.aem-AuthorLayer-Targeting .parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-faq-search
 */
.marketplace-faq-search:not(.parbase) {
  position: relative;
  background-color: #f6f6f6;
}
.marketplace-faq-search__container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  position: relative;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-faq-search__container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__container {
    padding-top: 4.5rem;
  }
}
.marketplace-faq-search__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-faq-search__warning {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__warning {
    line-height: 1.75;
  }
}
.marketplace-faq-search__input-wrapper {
  width: 35rem;
  height: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__input-wrapper {
    min-height: 4rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-faq-search__input-wrapper {
    max-width: 35rem;
  }
}
.marketplace-faq-search__wrapper {
  position: relative;
  display: flex;
  padding: 2rem 0 2.5rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__wrapper {
    flex-direction: column;
  }
}
.marketplace-faq-search__input {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  border: solid 1px #121312;
  padding: 1rem 2rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__input {
    line-height: 1.75;
  }
}
.marketplace-faq-search__input:required {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__input {
    padding-right: 3.3rem;
  }
}
.marketplace-faq-search__input:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-faq-search__input:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-faq-search__input::placeholder {
  color: #121312;
}
.marketplace-faq-search__input::-moz-placeholder,
.marketplace-faq-search__input:-ms-input-placeholder,
.marketplace-faq-search__input::-webkit-input-placeholder {
  color: #121312;
}
.marketplace-faq-search__input:not(:valid) ~ .marketplace-faq-search__clear {
  visibility: hidden;
}
.marketplace-faq-search__clear {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 0.85rem;
  bottom: 0;
  height: 2rem;
  padding: 0.4rem;
}
.marketplace-faq-search__clear:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem #d9dfd9;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-search__clear {
    top: 1rem;
  }
}
.marketplace-faq-search__close-icon {
  height: 1rem;
  width: 1rem;
  z-index: 1;
}
.marketplace-faq-search__search-icon {
  width: 0.93rem;
  height: 0.93rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.marketplace-faq-search__reset-button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__reset-button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-faq-search__reset-button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-faq-search__reset-button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-faq-search__reset-button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-faq-search__reset-button:hover,
.marketplace-faq-search__reset-button:focus {
  outline: none;
}
.marketplace-faq-search__reset-button:hover,
.marketplace-faq-search__reset-button:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__reset-button {
    width: 10.8rem;
  }
}
.marketplace-faq-search__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-faq-search__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-faq-search__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-faq-search__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-faq-search__button:hover,
.marketplace-faq-search__button:focus {
  outline: none;
}
.marketplace-faq-search__button:hover,
.marketplace-faq-search__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__button {
    width: 10.8rem;
  }
}
.marketplace-faq-search__button:disabled {
  cursor: default;
  background-color: #121312;
  color: #ffffff;
  pointer-events: none;
}
.marketplace-faq-search__reset-button,
.marketplace-faq-search__button {
  font-weight: bold;
  line-height: 1.03;
  min-height: 3.75rem;
  margin-left: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-search__reset-button,
  .marketplace-faq-search__button {
    margin: 1rem 0 0 0;
    width: 100%;
  }
}
.marketplace-faq-search__back {
  display: none;
}
.marketplace-faq-search__back-icon {
  height: 0.81rem;
  width: 0.81rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-faq-item
 */
.marketplace-faq-item:not(.parbase) {
  border-bottom: 1px solid #8e8e8d;
  position: relative;
}
.marketplace-faq-item:last-of-type .marketplace-faq-item:not(.parbase) {
  margin-bottom: 1.5rem;
}
.marketplace-faq-item__title {
  cursor: pointer;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 1rem;
  position: relative;
  transition: all 0.15s ease-in;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-item__title {
    line-height: 1.4;
  }
}
.marketplace-faq-item__title:hover {
  background-color: #f6f6f6;
  text-decoration: underline;
}
.marketplace-faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.marketplace-faq-item__panel,
.marketplace-faq-item__panel .cmp-text > * {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-item__panel,
  .marketplace-faq-item__panel .cmp-text > * {
    line-height: 1.75;
  }
}
.marketplace-faq-item__panel-par {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-item__panel-par {
    line-height: 1.75;
  }
}
.marketplace-faq-item__faq-link {
  display: none;
}
.marketplace-faq-item__button {
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.marketplace-faq-item__plus,
.marketplace-faq-item__minus {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  top: 1.4rem;
  pointer-events: none;
}
.marketplace-faq-item__minus {
  display: none;
}
.marketplace-faq-item--active .marketplace-faq-item__plus {
  display: none;
}
.marketplace-faq-item--active .marketplace-faq-item__minus {
  display: block;
}
/* Edit styles */
.aem-AuthorLayer-Edit .rw-faq-item__panel {
  min-height: 150px;
  max-height: 100%;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-faq-container
 */
.marketplace-faq-container:not(.parbase) {
  position: relative;
  margin: 0;
}
.marketplace-faq-container__filter {
  flex: 1 1 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__filter {
    padding: 0rem 2rem;
    order: 2;
  }
}
.marketplace-faq-container__form {
  display: inline;
}
.marketplace-faq-container__input-select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  width: 15rem;
  padding: 0rem 1rem 0rem 0.5rem;
  height: 2.3rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__input-select {
    line-height: 1.71;
  }
}
.marketplace-faq-container__input-select::-ms-expand {
  display: none;
}
.marketplace-faq-container__input-select:invalid {
  color: #121312;
}
.has-error .marketplace-faq-container__input-select,
.marketplace-faq-container__input-select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-faq-container__input-select:hover {
  cursor: pointer;
}
.marketplace-faq-container__input-select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-faq-container__input-select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-faq-container__input-select::placeholder {
  color: #121312;
}
.marketplace-faq-container__input-select::-moz-placeholder,
.marketplace-faq-container__input-select:-ms-input-placeholder,
.marketplace-faq-container__input-select::-webkit-input-placeholder {
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__input-select {
    line-height: 1;
  }
}
.marketplace-faq-container__body {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  flex-direction: row;
  min-height: 5rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__body {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-faq-container__body {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__body {
    flex-direction: column;
  }
}
.marketplace-faq-container__categories {
  flex: 1 1 70%;
  min-height: 35rem;
  max-height: 35rem;
  padding-left: 2rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__categories {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
    overflow-y: auto;
    order: 3;
  }
}
.marketplace-faq-container__title {
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__title {
    display: none;
  }
}
.marketplace-faq-container__sidenav {
  flex: 1 1 20%;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__sidenav {
    width: 100%;
    border: none;
    padding: 0 2rem 2rem;
    margin: 0;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__sidenav {
    min-height: 15rem;
  }
}
.marketplace-faq-container__list-wrapper {
  padding-right: 3rem;
  border-right: 1px solid #d9dfd9;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__list-wrapper {
    border: none;
    padding: 0;
  }
}
.marketplace-faq-container__list {
  padding-top: 1.5rem;
  transition: 0.4s;
  cursor: pointer;
}
.marketplace-faq-container__sublist {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding-left: 1.5rem;
  transition: all 0.5s ease-in-out;
}
.marketplace-faq-container__sublist--active {
  visibility: visible;
  opacity: 1;
  max-height: 150rem;
  transition: all 0.5s ease-in-out;
}
.marketplace-faq-container__sublist li {
  font-weight: normal;
  padding-top: 1rem;
}
.marketplace-faq-container__category-item {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__category-item {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__category-item {
    max-width: 26rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__category-item {
    line-height: 1;
  }
}
.marketplace-faq-container__scroll-wrapper {
  position: relative;
}
.marketplace-faq-container__scroll-btn {
  visibility: hidden;
  display: block;
  background-color: #121312;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 5rem;
  position: fixed;
  bottom: 1rem;
  right: 45%;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  z-index: 200;
  padding-bottom: 0;
  margin-bottom: 0;
}
.marketplace-faq-container__scroll-btn svg {
  position: absolute;
  transform: translate(-0.9rem, -0.9rem) rotate(180deg);
  height: 1.5rem;
  width: 2rem;
  -webkit-filter: invert(100%);
  /* safari 6.0 - 9.0 */
  filter: invert(100%);
  padding-left: 0.5rem;
  padding-top: 2.5px;
}
.marketplace-faq-container__scroll-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__show {
    opacity: 1;
    visibility: visible;
  }
}
.marketplace-faq-container__parent-btn {
  display: none;
}
.marketplace-faq-container__category-button {
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: absolute;
  right: -1rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-faq-container__category-button {
    right: 1rem;
    top: 0.5rem;
  }
}
.marketplace-faq-container__plus,
.marketplace-faq-container__minus {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.marketplace-faq-container__minus {
  display: none;
}
.marketplace-faq-container--active .marketplace-faq-container__plus {
  transition: all 0.5s ease-in-out;
  display: none;
}
.marketplace-faq-container--active .marketplace-faq-container__minus {
  transition: all 0.5s ease-in-out;
  display: block;
}
.marketplace-faq-container ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.marketplace-faq-container__search-container {
  max-width: 58rem;
}
.marketplace-faq-container__search-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-container__search-title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.aem-AuthorLayer-Edit .marketplace-faq-container__categories,
.aem-AuthorLayer-Targeting .marketplace-faq-container__categories {
  max-height: 100%;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-faq-category
 */
.marketplace-faq-category {
  min-height: 3rem;
}
.marketplace-faq-category:not(.parbase) {
  position: relative;
}
.marketplace-faq-category__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-faq-category__title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-faq-category,
.aem-AuthorLayer-Targeting .marketplace-faq-category {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
  position: relative;
  opacity: 1;
  margin: 1rem;
}
/* Overwrite tag style for his component */
.aem-AuthorLayer-Edit .rw-tag-adjusted {
  top: -18px !important;
  left: -18px !important;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-contact-form
 */
.marketplace-contact-form:not(.parbase) {
  width: auto;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form:not(.parbase) {
    max-width: 35rem;
    margin: 0 auto;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-contact-form {
    margin-bottom: 1rem;
  }
}
.marketplace-contact-form__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-contact-form__subtitle {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__subtitle {
    font-size: 1rem;
  }
}
.marketplace-contact-form__description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 4.56rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__description {
    line-height: 1.75;
  }
}
.marketplace-contact-form__form {
  margin-top: 1rem;
}
.marketplace-contact-form__field {
  position: relative;
  margin-top: 1rem;
}
.marketplace-contact-form__field .parsley-errors-list,
.marketplace-contact-form__subscribe-container .parsley-errors-list {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #bc443e;
  line-height: 1.67;
  text-align: right;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field .parsley-errors-list,
  .marketplace-contact-form__subscribe-container .parsley-errors-list {
    line-height: 1.71;
  }
}
.marketplace-contact-form__field .parsley-errors-list--inline,
.marketplace-contact-form__subscribe-container .parsley-errors-list--inline {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  align-items: baseline;
}
.marketplace-contact-form__field-label {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
}
.marketplace-contact-form__field-input {
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  width: 100%;
  color: #000000;
  border: none;
  border-bottom: 1px solid #d9dfd9;
  padding: 0.7rem 2rem 0.5rem 0rem;
  line-height: 1;
  height: 3.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field-input {
    line-height: 1.71;
  }
}
.marketplace-contact-form__field-input:focus {
  outline: none;
  border-width: 2px;
  border-color: #121312;
}
.marketplace-contact-form__field-input:active {
  border-width: 2px;
  border-color: #000000;
  box-shadow: none;
}
.marketplace-contact-form__field-input::placeholder {
  color: #121312;
}
.marketplace-contact-form__field-input::-moz-placeholder,
.marketplace-contact-form__field-input:-ms-input-placeholder,
.marketplace-contact-form__field-input::-webkit-input-placeholder {
  color: #121312;
}
.has-error .marketplace-contact-form__field-input,
.marketplace-contact-form__field-input.parsley-error {
  border-width: 2px;
  border-color: #bc443e;
}
.has-error .marketplace-contact-form__field-input:focus,
.marketplace-contact-form__field-input.parsley-error:focus {
  border-color: #bc443e;
}
.has-error .marketplace-contact-form__field-input.is-completed,
.marketplace-contact-form__field-input.parsley-error.is-completed {
  border-bottom-color: #bc443e;
}
.marketplace-contact-form__field-input.is-completed {
  border-width: 2px;
  border-bottom-color: #000000;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field-input {
    line-height: 1.75;
  }
}
.marketplace-contact-form__field-input.parsley-error {
  border-bottom-color: #bc443e;
  border-width: 2px;
}
.marketplace-contact-form__field-input:focus.parsley-error {
  border-bottom-color: #bc443e;
}
.marketplace-contact-form__field-input--select {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAYNJREFUSA29101OhDAUB/B2jDETN6a6crZ4AVezdGlcGRPu4C30Et5CjRuNW+/BGYgLIzMmBvuvUEoKQz8ebUIorx/vV2YClLGBkuf53kA4Scg5tzgRd/J4zbLsIInMSIKcyA2DEbarCnksaoEjMVYju/w9rP6J1Spqdm/wz6ptdb46XT2VZflrxMmrQJaf5TOr2ZUx+cXycMmq7+oDMQUdQLb9Z8eOINv8Grto/rzrtsU6y1VitZjQaosMTCDb2dcwclw1A17krb9sW60zZ2/iSNwURbG12gICTkjO3mXOa+RUUORJifVFwqehqbAhSAs6NzYUOQidCxuDHIVSY2ORO6FUWArkJDQWS4V0goZiKZHOUF8s+g+8uxHuivEw74Ljtd5zdLzbf0tzlybfYKp3/wOjP7UnEoO9oBjghEXHsRKAxFTeUAwKxgYig6FB2AhkFNQLG4mMhjphCZAk0J1YIiRy6D0TLkIL9lRyb/W4+dnsc8YzzvkXX/AH+dF7S/Wh/QeQVVy1LJ/DXQAAAABJRU5ErkJggg==');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 1rem top 50%;
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #d9dfd9;
  width: 100%;
  padding: 0.7rem 2.5rem 0.5rem 1rem;
  line-height: 1.75;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field-input--select {
    line-height: 1.71;
  }
}
.marketplace-contact-form__field-input--select::-ms-expand {
  display: none;
}
.marketplace-contact-form__field-input--select:invalid {
  color: #121312;
}
.has-error .marketplace-contact-form__field-input--select,
.marketplace-contact-form__field-input--select.error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-contact-form__field-input--select:hover {
  cursor: pointer;
}
.marketplace-contact-form__field-input--select:focus {
  outline: none;
  border-color: #121312;
}
.marketplace-contact-form__field-input--select:active {
  border-color: #000000;
  box-shadow: none;
}
.marketplace-contact-form__field-input--select::placeholder {
  color: #121312;
}
.marketplace-contact-form__field-input--select::-moz-placeholder,
.marketplace-contact-form__field-input--select:-ms-input-placeholder,
.marketplace-contact-form__field-input--select::-webkit-input-placeholder {
  color: #121312;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field-input--select {
    line-height: 1.75;
  }
}
.marketplace-contact-form__field-input--select.parsley-error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAAAAXNSR0IArs4c6QAAAXtJREFUSA291z1SAjEUB/BkLSy1ghNwAWw8glAxzlB7FOAo1sw4joV4CbgAM/RQaWmhIX/Gt5ONyW4+XjYNJC/J+00SsosQjqLm8ytHcy9NvtyVnX07Hi+2h8PbfjK5tmOl68iJ3DDYuaTZgA6/QizRJqV8vxkMHkebzbfZp9R3IL9Opxel1BQ59Aou73a7FeWroSayDvaEtZGU38ReoC4kdS69sj4k5SdshcOrt/ueAvYntgJbggntWG69C4n5YYOxkuv1z+1wONNtH77EJbAhSJhgg7E+oxj4eTy+6uCDD8x1DGKQ9GOuocD1gU1BwtaAlsamIp3QUtgcpBfKjc1FtkK5sBzITmgulgsZBE3FciKDobFY9DdfMFB3lMtlTvekI95o+nc9NaJWBasU8lDAMHoLsqagahQSg6KgGBCCRb+WEo3EXNFQDMrAJiGToYnYZGQWNBKbhcyGBmKzkSzQDiwLkg1KWH13rpQQT38TP+s/h4vQexJj2soZPOp58EaLxUEAAAAASUVORK5CYII=');
  border-width: 2px;
  border-color: #bc443e;
}
.marketplace-contact-form__error-msg,
.marketplace-contact-form__error-msg--required {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
  color: #bc443e;
  margin-top: 0.5rem;
  text-transform: none;
}
.marketplace-contact-form__error-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  bottom: auto;
}
.has-error .marketplace-contact-form__error-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-contact-form__success-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0.3rem;
  bottom: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  bottom: auto;
}
.has-success .marketplace-contact-form__success-icon {
  visibility: visible;
  opacity: 1;
}
.marketplace-contact-form__mandatory-disclaimer {
  display: none;
}
.marketplace-contact-form__field--subscribe {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  position: relative;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.marketplace-contact-form__field--subscribe input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-contact-form__field--subscribe label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.57;
  display: flex;
  flex-direction: row;
  padding-left: 2.82rem;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__field--subscribe label {
    line-height: 1.71;
  }
}
.marketplace-contact-form__field--subscribe input + label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #121312;
  background-color: transparent;
  cursor: pointer;
}
.marketplace-contact-form__field--subscribe input.parsley-error + label::before {
  border-color: #bc443e;
}
.marketplace-contact-form__field--subscribe input:focus + label::before,
.marketplace-contact-form__field--subscribe input:checked:focus + label::before {
  outline: 1px solid #00c5ff;
}
.marketplace-contact-form__field--subscribe input:checked + label::before {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAYAAAAKNyObAAAAAXNSR0IArs4c6QAAAlZJREFUWAntmDtoFFEUhjMJCCkUIrggGjGKYOxiY2Jn2oVUwUaQtGJjoQiCkFhK0iWx304IwSam3CYgdiFNfKAhooWCWCj4QF2/I8wyc3fPzOw5NwTBAz8z99z7P/YxM5fp6/tftm8gsdHisVqt1kXUroJ+0EiSZCOeukOJYFfAT5DWb04uOyTjUAlxHnxNU2WOz+M4GFUIchjsZAJlT78YZf00UvSD9Wya4HzN72JUIMi9IEx2+JnBWaO0j4ZxHcifXqtpn4ORTZrT4JOWiv59o7SPhvEg2CwI1mRuwOdiZGPcKAj2lrmaUdpHw/h6QbDvzI37HIxsjCfAj4Jw14zSPhqBakB+Mq0aPgcjmzQDoKmloi8Xx6BR3kfDeL4gmNxOTvkcjGyMpwuCyQ24bpT20TAeBfII0mrW7IDiBbAIlsBEL0KsPwi2gVaPmZANZe8FcQpkN36/GN+oqsTaFaDVayaGqmp1rIO8pSjf7FgcNODdUrjSlg3lWEDpbYhA0UP5tqYG7xLIfuMMczWjcSv3kXuUk+wc3AnFWHIMvO9c2u48CDmmMXInwLu2bPeTu6k40wfAk+7L/nafypp0vfuI2BlQ9MgR11kx4rgsA6U+0B92BwoFEJVN4RvFNG3LbUEr+f9NhrrRxoiPgF3NvaSvXjwxA54kxE5JkHB6NVqAMiGc5SJ5FSZQxs/oHyrTjDqP4XHwUgmUtuV5ei6qcVUxjOV+9iJN0uW4v+83CHQUyE8X1kLVD7mn60h1BDwE38BHMAf2/TVa7kMTSN532LY/OaV/ePAHdxVPDHcBuBAAAAAASUVORK5CYII=');
  background-color: #121312;
  background-position: 50%;
  background-size: 0.8rem;
  background-repeat: no-repeat;
}
.marketplace-contact-form__field--subscribe.has-error label::before {
  border-color: #bc443e;
}
.marketplace-contact-form__field--subscribe a {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-contact-form__field--subscribe a:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-contact-form__field--subscribe a div {
  display: inline;
}
.marketplace-contact-form__field--subscribe label {
  flex-direction: column;
}
.marketplace-contact-form__cta {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .marketplace-contact-form__cta {
    justify-content: center;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-contact-form__cta {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
.marketplace-contact-form__cta:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-contact-form__cta div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-contact-form__cta:hover,
.marketplace-contact-form__cta:focus {
  outline: none;
}
.marketplace-contact-form__cta:hover,
.marketplace-contact-form__cta:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-contact-form__cta {
    width: 10.8rem;
  }
}
.marketplace-contact-form .has-errors .marketplace-contact-form__error-msg {
  display: block;
}
.marketplace-contact-form__captcha {
  margin-top: 2rem;
}
.marketplace-contact-form__captcha + .parsley-single-error {
  color: #bc443e;
  margin-top: 1rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-certificate-analysis:not(.parbase) {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .marketplace-certificate-analysis__container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.marketplace-certificate-analysis__products-container {
  display: none;
}
.marketplace-certificate-analysis__coa-selector {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .marketplace-certificate-analysis__coa-selector {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.marketplace-certificate-analysis__coa-search {
  width: 100%;
  margin-bottom: 2.5rem;
}
.marketplace-certificate-analysis__coa-search-contact {
  color: #232323;
}
.marketplace-certificate-analysis__coa-search-input {
  border: 1.5px solid #8e8e8d;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0.8rem 2.2rem 0.8rem 1rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-certificate-analysis__coa-search-input::placeholder {
    font-size: 10px;
  }
}
.marketplace-certificate-analysis__coa-search-input:focus {
  outline: none;
  border: 2px solid #8e8e8d;
}
.marketplace-certificate-analysis__coa-search-input-container {
  position: relative;
}
.marketplace-certificate-analysis__coa-search-contact b,
.marketplace-certificate-analysis__coa-search-contact strong {
  font-weight: bold;
}
.marketplace-certificate-analysis__coa-search-contact i,
.marketplace-certificate-analysis__coa-search-contact em {
  font-style: italic;
}
.marketplace-certificate-analysis__coa-search-contact ul,
.marketplace-certificate-analysis__coa-search-contact ol {
  padding-left: 1rem;
  list-style-position: inside;
}
.marketplace-certificate-analysis__coa-search-contact ul li {
  list-style-type: disc;
}
.marketplace-certificate-analysis__coa-search-contact ol li {
  list-style-type: decimal;
}
.marketplace-certificate-analysis__coa-search-contact a:not([href]) {
  position: relative;
  top: -9.5rem;
}
@media screen and (max-width: 767px) {
  .marketplace-certificate-analysis__coa-search-contact a:not([href]) {
    top: -10.5rem;
  }
}
.marketplace-certificate-analysis__coa-search-contact a[href] {
  text-decoration: underline;
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-certificate-analysis__coa-search-contact a[href]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-certificate-analysis__coa-search-contact a[href] div {
  display: inline;
}
.marketplace-certificate-analysis__coa-search-contact a[target="_blank"] {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.marketplace-certificate-analysis__coa-search-contact a[target="_blank"]:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-certificate-analysis__coa-search-contact a[target="_blank"] div {
  display: inline;
}
.marketplace-certificate-analysis__coa-search-contact a[target="_blank"]:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.marketplace-certificate-analysis__coa-search-contact a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5rem;
  background-image: url('clientlib-all/resources/icons/icon-external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.marketplace-certificate-analysis__coa-search-contact img {
  vertical-align: middle;
}
.marketplace-certificate-analysis__search-svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.6rem;
  right: 0.6rem;
}
.marketplace-certificate-analysis__empty-message {
  color: #bc443e;
  font-weight: 600;
  padding: 1rem;
}
.marketplace-certificate-analysis__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-certificate-analysis__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-certificate-analysis__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-certificate-analysis__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-certificate-analysis__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-certificate-analysis__button:hover,
.marketplace-certificate-analysis__button:focus {
  outline: none;
}
.marketplace-certificate-analysis__button:hover,
.marketplace-certificate-analysis__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-certificate-analysis__button {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-certificate-analysis__button {
    width: 100%;
  }
}
.marketplace-certificate-analysis__coa-description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .marketplace-certificate-analysis__coa-description {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-certificate-analysis__coa-description {
    display: block;
  }
}
.marketplace-certificate-analysis__label-container {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.marketplace-certificate-analysis__label-container svg {
  height: 1.5rem;
  width: 1.5rem;
}
.marketplace-certificate-analysis__label {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .marketplace-certificate-analysis__label {
    line-height: 1.75;
  }
}
.marketplace-certificate-analysis .twitter-typeahead {
  width: 100%;
}
.marketplace-certificate-analysis .tt-suggestion {
  font-weight: bold;
  cursor: pointer;
  padding: 0.5rem 1rem 0.5rem 1rem;
  line-height: 1.5;
}
.marketplace-certificate-analysis .tt-cursor {
  background-color: #eaeaea;
}
.marketplace-certificate-analysis .tt-suggestion:last-child {
  margin-bottom: 0;
}
.marketplace-certificate-analysis .tt-highlight {
  font-weight: 400;
}
.marketplace-certificate-analysis .tt-menu {
  width: 100%;
  top: 86% !important;
}
.marketplace-certificate-analysis .tt-dataset-lot-number {
  border: 1.5px solid #8e8e8d;
  background-color: #ffffff;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-button
 */
.marketplace-button--spacing-top-extra-large {
  margin-top: 4rem;
}
.marketplace-button--spacing-top-large {
  margin-top: 3rem;
}
.marketplace-button--spacing-top-medium {
  margin-top: 2rem;
}
.marketplace-button--spacing-top-small {
  margin-top: 1rem;
}
.marketplace-button--spacing-bottom-extra-large {
  margin-bottom: 4rem;
}
.marketplace-button--spacing-bottom-large {
  margin-bottom: 3rem;
}
.marketplace-button--spacing-bottom-medium {
  margin-bottom: 2rem;
}
.marketplace-button--spacing-bottom-small {
  margin-bottom: 1rem;
}
.marketplace-button__cta-disclaimer {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 0.875rem;
  padding-top: 1rem;
  opacity: 0.75;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .marketplace-button__cta-disclaimer {
    line-height: 1.75;
  }
}
.marketplace-button__external-link {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-left: 1rem;
  margin-top: -0.4rem;
}
.marketplace-button--style-primary .marketplace-button__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  padding: 0rem 3rem;
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-primary .marketplace-button__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-button--style-primary .marketplace-button__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-button--style-primary .marketplace-button__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-button--style-primary .marketplace-button__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-button--style-primary .marketplace-button__button:hover,
.marketplace-button--style-primary .marketplace-button__button:focus {
  outline: none;
}
.marketplace-button--style-primary .marketplace-button__button:hover,
.marketplace-button--style-primary .marketplace-button__button:focus {
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-primary .marketplace-button__button {
    width: 10.8rem;
  }
}
.marketplace-button--style-secondary .marketplace-button__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-secondary .marketplace-button__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-button--style-secondary .marketplace-button__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-button--style-secondary .marketplace-button__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-button--style-secondary .marketplace-button__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-button--style-secondary .marketplace-button__button:hover,
.marketplace-button--style-secondary .marketplace-button__button:focus {
  outline: none;
}
.marketplace-button--style-secondary .marketplace-button__button:hover,
.marketplace-button--style-secondary .marketplace-button__button:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-secondary .marketplace-button__button {
    width: 10.8rem;
  }
}
.marketplace-button--style-tertiary .marketplace-button__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.67;
  letter-spacing: 5px;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
  color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-tertiary .marketplace-button__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-button--style-tertiary .marketplace-button__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-button--style-tertiary .marketplace-button__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-button--style-tertiary .marketplace-button__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-button--style-tertiary .marketplace-button__button:hover,
.marketplace-button--style-tertiary .marketplace-button__button:focus {
  outline: none;
}
.marketplace-button--style-tertiary .marketplace-button__button > div {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.marketplace-button--style-tertiary .marketplace-button__button > div:after {
  content: "";
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-light.svg');
  background-position: right 1px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.marketplace-button--style-tertiary .marketplace-button__button:hover > div:after,
.marketplace-button--style-tertiary .marketplace-button__button:focus > div:after {
  background-image: url('../../../../../etc.clientlibs/settings/wcm/designs/marketplace/clientlib-all/resources/icons/button-arrow-dark.svg');
  right: -0.2rem;
}
.marketplace-button--style-tertiary .marketplace-button__button > svg {
  display: none;
}
.marketplace-button--style-quaternary .marketplace-button__button {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1rem;
  width: 12.4rem;
  border: 1px solid #121312;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'BebasNeue', Arial, sans-serif;
  color: #121312;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-quaternary .marketplace-button__button {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-button--style-quaternary .marketplace-button__button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.marketplace-button--style-quaternary .marketplace-button__button:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.marketplace-button--style-quaternary .marketplace-button__button div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-button--style-quaternary .marketplace-button__button:hover,
.marketplace-button--style-quaternary .marketplace-button__button:focus {
  outline: none;
}
.marketplace-button--style-quaternary .marketplace-button__button:hover,
.marketplace-button--style-quaternary .marketplace-button__button:focus {
  color: #ffffff;
  background-color: #121312;
}
@media screen and (max-width: 767px) {
  .marketplace-button--style-quaternary .marketplace-button__button {
    width: 10.8rem;
  }
}
.marketplace-button--style-quaternary .marketplace-button__button:hover,
.marketplace-button--style-quaternary .marketplace-button__button:focus {
  color: #121312;
  background-color: #eaeaea;
}
.marketplace-button__download-link {
  display: none;
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-button.parbase,
.aem-AuthorLayer-Targeting .marketplace-button.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-breadcrumb
 */
.marketplace-breadcrumb__container {
  padding: 1rem 1.25rem;
}
.marketplace-breadcrumb__list {
  display: inline-block;
}
.marketplace-breadcrumb__list-item {
  margin-right: 2rem;
  position: relative;
  display: inline-block;
}
.marketplace-breadcrumb__list-item span {
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
}
.marketplace-breadcrumb__list-item:nth-child(1) span,
.marketplace-breadcrumb__list-item:last-child span {
  max-width: 100%;
  text-overflow: unset;
}
@media screen and (max-width: 767px) {
  .marketplace-breadcrumb__list-item:last-child span {
    max-width: 10rem;
    text-overflow: ellipsis;
  }
}
.marketplace-breadcrumb__link-container:focus {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  cursor: pointer;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-breadcrumb__link-container:focus:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-breadcrumb__link-container:focus div {
  display: inline;
}
.marketplace-breadcrumb__link-container-text-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.6875rem;
}
.marketplace-breadcrumb__link-container-text-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-breadcrumb__link-container-text-link div {
  display: inline;
}
.marketplace-breadcrumb__link-container-text-link:after {
  display: block;
  content: ' ';
  background-size: 0.3rem 0.6rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA2IDkiPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM4RDhDOEEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEgMGw0LjA4NCA0LjA4NGMuMTI3LjEyNy4xMjcuMzMzIDAgLjQ1OUwxIDguNjI3Ii8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: -2rem;
  top: 4px;
}
.marketplace-breadcrumb__link-container-text-link:focus {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-breadcrumb__current {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-breadcrumb__current:after {
  content: none;
}
/* Edit styles */
.aem-AuthorLayer-Edit .rw-article-row,
.aem-AuthorLayer-Targeting .rw-article-row {
  margin: 0;
}
.aem-AuthorLayer-Edit .rw-article-row.parbase,
.aem-AuthorLayer-Targeting .rw-article-row.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .rw-article-row.parbase,
.aem-AuthorLayer-Targeting .rw-article-row.parbase {
  padding-top: 1.5rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-article-row
 */
.marketplace-article-row:not(.parbase) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  min-height: 10rem;
}
@media screen and (max-width: 767px) {
  .marketplace-article-row:not(.parbase) {
    flex-direction: column;
  }
  .marketplace-article-row:not(.parbase).swipe {
    flex-flow: row nowrap;
    overflow-x: auto;
  }
}
.marketplace-article-row__article-card {
  cursor: pointer;
  flex: 1 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .marketplace-article-row__article-card {
    margin-right: 0;
    margin-bottom: 1rem;
    width: auto;
  }
}
.marketplace-article-row__article-card-series-tag {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  position: absolute;
  background-size: cover;
  top: -2px;
  left: -2px;
  width: auto;
  max-width: calc(103%);
  height: auto;
  padding: calc(0.75rem + 2px) 2rem;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 0 0 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .marketplace-article-row__article-card-series-tag {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-row__article-card-series-tag {
    padding: calc(0.5rem + 2px) 1rem;
  }
}
.marketplace-article-row__article-card-image {
  position: relative;
  width: 100%;
  height: 17rem;
  overflow: hidden;
}
.marketplace-article-row__article-card-image:hover .marketplace-article-row__article-card-image-elm {
  transform: scale(1.1);
}
.marketplace-article-row__article-card-image-elm {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  transform: scale(1);
}
.marketplace-article-row__article-card-info-container {
  padding: 1rem 0;
}
.marketplace-article-row__article-card-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-article-row__article-card-title {
    line-height: 1.4;
  }
}
.marketplace-article-row__article-card-description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .marketplace-article-row__article-card-description {
    line-height: 1.75;
  }
}
.marketplace-article-row__article-card-category {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #121312;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .marketplace-article-row__article-card-category {
    line-height: 1.4;
  }
}
.marketplace-article-row__article-card-info {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-article-row__article-card-info {
    line-height: 1.75;
  }
}
.marketplace-article-row__article-card-author-container {
  display: flex;
  align-items: center;
}
.marketplace-article-row__article-card-author-photo {
  width: 3rem;
  margin-right: 1rem;
}
.marketplace-article-row__article-card-read-more {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-article-row__article-card-read-more:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-article-row__article-card-read-more div {
  display: inline;
}
@media screen and (max-width: 767px) {
  .marketplace-article-row__article-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-row .marketplace-article-row--swipe {
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }
  .marketplace-article-row .marketplace-article-row--swipe .marketplace-article-row__article-card {
    width: 90%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .rw-article-row,
.aem-AuthorLayer-Targeting .rw-article-row {
  margin: 0;
}
.aem-AuthorLayer-Edit .rw-article-row.parbase,
.aem-AuthorLayer-Targeting .rw-article-row.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .rw-article-row.parbase,
.aem-AuthorLayer-Targeting .rw-article-row.parbase {
  padding-top: 1.5rem;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: faf-article-row
 */
.marketplace-article-recommendation:not(.parbase) {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marketplace-article-recommendation:not(.parbase) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-recommendation:not(.parbase) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.marketplace-article-recommendation__title-container {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__title-container {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-article-recommendation__title-container {
    padding-left: 1rem;
  }
}
.marketplace-article-recommendation__container {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__container {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.marketplace-article-recommendation__article-card {
  cursor: pointer;
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .marketplace-article-recommendation__article-card {
    margin-right: 0;
    margin-bottom: 1rem;
    width: auto;
  }
}
.marketplace-article-recommendation__article-card-series-tag {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  position: absolute;
  background-size: cover;
  top: -2px;
  left: -2px;
  width: auto;
  max-width: calc(103%);
  height: auto;
  padding: calc(0.75rem + 2px) 2rem;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 0 0 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card-series-tag {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-recommendation__article-card-series-tag {
    padding: calc(0.5rem + 2px) 1rem;
  }
}
.marketplace-article-recommendation__article-card-image {
  position: relative;
  width: 100%;
  height: 17rem;
  overflow: hidden;
}
.marketplace-article-recommendation__article-card-image:hover .marketplace-article-recommendation__article-card-image-elm {
  transform: scale(1.1);
}
.marketplace-article-recommendation__article-card-image-elm {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  transform: scale(1);
}
.marketplace-article-recommendation__article-card-info-container {
  padding: 1rem 0;
}
.marketplace-article-recommendation__article-card-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card-title {
    line-height: 1.4;
  }
}
.marketplace-article-recommendation__article-card-description {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card-description {
    line-height: 1.75;
  }
}
.marketplace-article-recommendation__article-card-category {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #121312;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card-category {
    line-height: 1.4;
  }
}
.marketplace-article-recommendation__article-card-info {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card-info {
    line-height: 1.75;
  }
}
.marketplace-article-recommendation__article-card-author-container {
  display: flex;
  align-items: center;
}
.marketplace-article-recommendation__article-card-author-photo {
  width: 3rem;
  margin-right: 1rem;
}
.marketplace-article-recommendation__article-card-read-more {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.marketplace-article-recommendation__article-card-read-more:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.marketplace-article-recommendation__article-card-read-more div {
  display: inline;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation__article-card {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketplace-article-recommendation__article-card:first-child {
    padding-left: 0rem;
  }
  .marketplace-article-recommendation__article-card:last-child {
    padding-right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-recommendation__article-card {
    flex: 1 0 100%;
  }
}
.marketplace-article-recommendation__article-card-image {
  display: flex;
}
.marketplace-article-recommendation__article-card-info-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0;
}
.marketplace-article-recommendation__article-card-info-top {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.marketplace-article-recommendation__article-card-info-bottom {
  display: flex;
  align-items: end;
}
.marketplace-article-recommendation__article-card-content-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.marketplace-article-recommendation__article-card-article-link {
  display: block;
  width: 100%;
}
.marketplace-article-recommendation--style-1__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.19;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--style-1__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.marketplace-article-recommendation--style-2__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--style-2__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-article-recommendation--style-3__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--style-3__title {
    font-size: 2.125rem;
    line-height: 1.29;
  }
}
.marketplace-article-recommendation--style-4__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--style-4__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
.marketplace-article-recommendation--style-5__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--style-5__title {
    line-height: 1.4;
  }
}
.marketplace-article-recommendation--style-6__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
}
.marketplace-article-recommendation--substyle-1__title {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-article-recommendation--substyle-1__title {
    font-size: 1rem;
  }
}
.marketplace-article-recommendation--substyle-2__title {
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.marketplace-article-recommendation--substyle-3__title {
  font-weight: bold;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.marketplace-article-recommendation--substyle-4__title {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.aem-AuthorLayer-Edit .marketplace-article-recommendation.parbase,
.aem-AuthorLayer-Targeting .marketplace-article-recommendation.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-article-header
 */
.marketplace-article-header {
  width: 100%;
}
.marketplace-article-header:not(.parbase) {
  position: relative;
}
.marketplace-article-header__container {
  display: flex;
  flex-direction: column;
}
.marketplace-article-header__container--sm {
  min-height: 7.25rem;
}
.marketplace-article-header__container--md {
  min-height: 19rem;
}
.marketplace-article-header__container--lg {
  min-height: 26rem;
}
.marketplace-article-header__hero {
  position: relative;
  padding: 4rem 0 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__hero {
    padding: 2rem 0 0;
    margin-bottom: 3rem;
  }
}
.marketplace-article-header__hero::after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__hero::after {
    height: 4rem;
  }
}
.marketplace-article-header__hero-container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .marketplace-article-header__hero-container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-article-header__hero-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__hero-container {
    margin-bottom: 2rem;
  }
}
.marketplace-article-header__title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
}
@media screen and (min-width: 768px) {
  .marketplace-article-header__title {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-article-header__series,
.marketplace-article-header__series-subtext {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.marketplace-article-header__image-container {
  position: relative;
}
.marketplace-article-header__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 30rem;
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__image {
    max-height: 15rem;
  }
}
.marketplace-article-header__skinny-container {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marketplace-article-header__skinny-container {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-article-header__skinny-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.marketplace-article-header__metadata-list {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__metadata-list {
    margin: 0;
    align-items: start;
    flex-direction: column;
  }
}
.marketplace-article-header__metadata-item {
  font-style: normal;
  font-weight: normal;
  font-family: 'ProximaNova', Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .marketplace-article-header__metadata-item {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-article-header__metadata-item:not(:last-child)::after {
    content: '';
    display: block;
    height: 1rem;
    width: 1px;
    background: #121312;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-article-header__metadata-item {
    padding: 1rem 0;
    width: 100%;
  }
  .marketplace-article-header__metadata-item:not(:last-child) {
    border-bottom: 0.5px solid #121312;
  }
}
.marketplace-article-header__author-photo {
  margin-right: 0.5rem;
  width: 3rem;
}
.marketplace-article-header__date-label {
  visibility: hidden;
  display: none;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-alert-banner
 */
.marketplace-alert-banner:not(.parbase) {
  position: relative;
}
.marketplace-alert-banner__container {
  display: none;
  position: relative;
  padding: 1rem 3rem;
  background-color: #eaeaea;
}
.marketplace-alert-banner__container--annoucement {
  color: black;
  background-color: #eaeaea;
}
.marketplace-alert-banner__message {
  font-size: 1rem;
  text-align: center;
  font-family: 'ProximaNova', Georgia, serif;
  font-weight: bold;
}
.marketplace-alert-banner__message a {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .marketplace-alert-banner__message {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.marketplace-alert-banner__button {
  top: 50%;
  right: 1rem;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}
.marketplace-alert-banner__icon {
  width: 1rem;
  height: 1rem;
}
.marketplace-alert-banner__icon--alert path {
  fill: #ffffff;
}
.marketplace-alert-banner__icon--announcement path {
  fill: #000000;
}
.aem-AuthorLayer-Edit .iparys_inherited,
.aem-AuthorLayer-Targeting .iparys_inherited {
  display: none;
}
.aem-AuthorLayer-Edit .global-banner,
.aem-AuthorLayer-Targeting .global-banner {
  display: none;
}
.aem-AuthorLayer-Edit .edit-global-banner,
.aem-AuthorLayer-Targeting .edit-global-banner {
  padding: 0;
}
.aem-AuthorLayer-Edit .marketplace-alert-banner__container,
.aem-AuthorLayer-Targeting .marketplace-alert-banner__container {
  display: block !important;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
/*
 * Component: marketplace-adaptive-image
 */
.marketplace-adaptive-image:not(.parbase) {
  position: relative;
}
.marketplace-adaptive-image__img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .marketplace-adaptive-image__img {
    display: none;
  }
}
.marketplace-adaptive-image__img--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-adaptive-image__img--mobile {
    display: block;
  }
}
.marketplace-adaptive-image__tablet-desktop-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .marketplace-adaptive-image__tablet-desktop-only {
    display: block;
  }
}
.marketplace-adaptive-image p {
  font-size: 10px;
  text-align: center;
  margin: 0.5rem 0;
}
.marketplace-adaptive-image__legal-white {
  color: #FFFFFF;
}
.marketplace-adaptive-image__legal-black {
  color: #000000;
}

.rw-edit-mode,
.cg-edit-mode {
  display: none;
}
.aem-AuthorLayer-Edit .cg-edit-mode,
.aem-AuthorLayer-Targeting .cg-edit-mode {
  display: block;
}
.cg-component-name {
  display: none;
}
.cq-Editable-dom {
  position: relative;
  padding: 0;
}
.aem-AuthorLayer-Edit .cg-component-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  color: black;
  background: gray;
}
.btn-external-link {
  background-image: linear-gradient(120deg, #eaeaea 0%, #eaeaea 100%);
  background-size: 100% 0.2em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  padding: 0 0.2em;
  transition: background-size 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0.2rem 0;
}
.btn-external-link:hover {
  text-decoration: none;
  background-size: 100% 88%;
}
.btn-external-link div {
  display: inline;
}
.btn-external-link:hover {
  background-image: linear-gradient(120deg, #121312 0%, #121312 100%);
  background-size: 100% 0.2em;
}
.btn-filter {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
  display: inline-flex;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707070;
  text-transform: none;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'ProximaNova', Georgia, serif;
  padding: 1rem 0;
  font-weight: 600;
  color: #707070;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn-filter {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.btn-filter:disabled {
  cursor: default;
  background-color: #8e8e8d;
  color: #121312;
  pointer-events: none;
}
.btn-filter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover,
.btn-filter:focus {
  outline: none;
}
.marketplace-container:not(.parbase) {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .marketplace-container:not(.parbase) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.marketplace-container--standard .marketplace-container__content {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-container--standard .marketplace-container__content {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-container--standard .marketplace-container__content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.marketplace-container--skinny .marketplace-container__content {
  max-width: calc(1280px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .marketplace-container--skinny .marketplace-container__content {
    padding-left: 3rem;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .marketplace-container--skinny .marketplace-container__content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-container--skinny .marketplace-container__content {
    max-width: calc(769px + 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.marketplace-container--background-white {
  background-color: #ffffff;
}
.marketplace-container--background-grey {
  background-color: #f6f6f6;
}
.marketplace-container__heading-container {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'BebasNeue', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.13;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .marketplace-container__heading-container {
    font-size: 3rem;
    line-height: 1.29;
  }
}
.marketplace-container--alignment-center-vertical {
  display: flex;
  align-items: center;
}
.marketplace-container--center {
  text-align: center;
}
.marketplace-container--right {
  text-align: right;
}
.marketplace-container--justify {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-flush:not(.parbase) {
    padding-top: 0;
  }
}
.marketplace-container--spacing-content-top-small:not(.parbase) {
  padding-top: 1rem;
}
.marketplace-container--spacing-content-top-small.marketplace-container--is-top:not(.parbase) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-small.marketplace-container--is-top:not(.parbase) {
    padding-top: 9rem;
  }
}
.marketplace-container--spacing-content-top-medium:not(.parbase) {
  padding-top: 2rem;
}
.marketplace-container--spacing-content-top-medium.marketplace-container--is-top:not(.parbase) {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-medium.marketplace-container--is-top:not(.parbase) {
    padding-top: 10rem;
  }
}
.marketplace-container--spacing-content-top-large:not(.parbase) {
  padding-top: 4rem;
}
.marketplace-container--spacing-content-top-large.marketplace-container--is-top:not(.parbase) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-large.marketplace-container--is-top:not(.parbase) {
    padding-top: 12rem;
  }
}
.marketplace-container--spacing-content-bottom-flush:not(.parbase) {
  padding-bottom: 0rem;
}
.marketplace-container--spacing-content-bottom-small:not(.parbase) {
  padding-bottom: 1rem;
}
.marketplace-container--spacing-content-bottom-medium:not(.parbase) {
  padding-bottom: 2rem;
}
.marketplace-container--spacing-content-bottom-large:not(.parbase) {
  padding-bottom: 4rem;
}
.marketplace-container--spacing-content-top-flush:not(.parbase) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-large:not(.parbase) {
    padding-top: 6rem;
  }
}
.marketplace-container--spacing-content-top-extra-large:not(.parbase) {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-extra-large:not(.parbase) {
    padding-top: 7.5rem;
  }
}
.marketplace-container--spacing-content-top-extra-large.marketplace-container--is-top:not(.parbase) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-top-extra-large.marketplace-container--is-top:not(.parbase) {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-bottom-large:not(.parbase) {
    padding-bottom: 6rem;
  }
}
.marketplace-container--spacing-content-bottom-extra-large:not(.parbase) {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .marketplace-container--spacing-content-bottom-extra-large:not(.parbase) {
    padding-bottom: 7.5rem;
  }
}
/* Edit styles */
.aem-AuthorLayer-Edit .marketplace-container.parbase,
.aem-AuthorLayer-Targeting .marketplace-container.parbase {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px dashed #d9dfd9;
}
.aem-AuthorLayer-Edit .marketplace-container.parbase,
.aem-AuthorLayer-Targeting .marketplace-container.parbase {
  padding: 2rem;
}

