/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./cartridges/app_paulaschoice/cartridge/scss/pagedesigner/expertadvice.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/*
BASE IMPORTS - includes necessary partials like variables, functions, mixins...
Import this for every component
*/
.fa {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user:before, .fa-times:before, .fa-remove:before, .fa-close:before, .fa-facebook:before, .fa-youtube-play:before, .fa-youtube:before, .fa-twitter:before, .fa-instagram:before, .fa-search:before, .fa-comment:before, .fa-pinterest:before, .fa-paulas-choice-logo:before {
  color: #71605f;
}

.fa-logo-paulaschoice-stacked:before {
  content: "\e900";
}

.fa-paulas-choice-new-logo:before {
  content: "\e902";
}

.fa-klarna-logo:before {
  content: "\e903";
}

.fa-calendar:before {
  content: "\e904";
}

.fa-clock:before {
  content: "\e905";
}

.fa-savepay:before {
  content: "\e906";
}

.fa-play-circle:before {
  content: "\e907";
}

.fa-menu:before {
  content: "\e908";
}

.fa-paulas-choice-logo:before {
  content: "\e909";
}

.fa-info:before {
  content: "\e90a";
}

.fa-empty-star:before {
  content: "\e90b";
}

.fa-chat-user:before {
  content: "\e90c";
}

.fa-faq:before {
  content: "\e90d";
}

.fa-shopping-cart:before {
  content: "\e90e";
}

.fa-double-tap:before {
  content: "\e90f";
}

.fa-chevron-down:before {
  content: "\e910";
}

.fa-undo:before {
  content: "\e911";
}

.fa-eyedropper:before {
  content: "\e912";
}

.fa-chevron-left:before {
  content: "\e913";
}

.fa-mail:before {
  content: "\e914";
}

.fa-chevron-right:before {
  content: "\e915";
}

.fa-chevron-up:before {
  content: "\e916";
}

.fa-star:before {
  content: "\e917";
}

.fa-star-empty:before {
  content: "\e918";
}

.fa-info-circle:before {
  content: "\e919";
}

.fa-star-half:before {
  content: "\e91a";
}

.fa-youtube-play2:before {
  content: "\e91b";
}

.fa-pinterest:before {
  content: "\e91c";
}

.fa-comment:before {
  content: "\e91d";
}

.fa-search:before {
  content: "\e91e";
}

.fa-instagram:before {
  content: "\e91f";
}

.fa-twitter:before {
  content: "\e920";
}

.fa-youtube:before {
  content: "\e921";
}

.fa-facebook:before {
  content: "\e922";
}

.fa-close:before {
  content: "\e923";
}

.fa-remove:before {
  content: "\e923";
}

.fa-user:before {
  content: "\e924";
}

.fa-send:before {
  content: "\e925";
}

.fa-check:before {
  content: "\e926";
}

.fa-minus:before {
  content: "\e927";
}

.fa-plus:before {
  content: "\e928";
}

.fa-pf-bank-transfer:before {
  content: "\e929";
}

.fa-pf-ideal:before {
  content: "\e92a";
}

.fa-pf-mastercard:before {
  content: "\e92b";
}

.fa-pf-paypal:before {
  content: "\e92c";
}

.fa-pf-sofort:before {
  content: "\e92d";
}

.fa-pf-visa:before {
  content: "\e92e";
}

.fa-pf-bancontact-mister-cash:before {
  content: "\e92f";
}

.fa-heart--inactive:before {
  content: "\e930";
}

.fa-heart--active:before {
  content: "\e931";
}

/*
Animated checkmark icon
To animate, add .animate class to js-success-checkmark
*/
.success-checkmark {
  width: 80px;
  height: 115px;
}
.success-checkmark.animate .check-icon {
  display: block;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #00b451;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #00b451;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(0, 180, 81, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.wrapper {
  overflow: unset;
}

.column-banner {
  position: relative;
}

.column-banner__anchor-point {
  position: absolute;
  top: -80px;
  left: 0;
}

.expertadvice-layout {
  padding-top: 26px;
}
.expertadvice-layout h1,
.expertadvice-layout .h1,
.expertadvice-layout h2,
.expertadvice-layout .h2 {
  text-align: left;
  text-transform: none;
}
.expertadvice-layout .page-title {
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .expertadvice-layout {
    padding-top: 50px;
  }
  .expertadvice-layout .page-title,
  .expertadvice-layout .product-carousel-title {
    padding: 0;
  }
}
.expertadvice-layout .expertadvice-blocks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) .experience-assets-expertadviceimagevideo .column-image {
    max-height: 350px;
  }
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) .experience-assets-expertadviceimagetext .column-image picture,
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) .experience-assets-expertadviceimagetext .column-image div {
    height: 100%;
    padding-bottom: 0;
  }
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) .column-image picture,
  .expertadvice-layout .expertadvice-blocks > .experience-component:not(.experience-assets-expertadvicesummary) .column-image div {
    height: 0;
    padding-bottom: 56.25%;
  }
  .expertadvice-layout .expertadvice-blocks .experience-assets-expertadvicesummary ~ .experience-component:not(.experience-assets-expertadvicesummary) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66%;
        -ms-flex: 1 1 66%;
            flex: 1 1 66%;
    max-width: 66%;
  }
  .expertadvice-layout .expertadvice-blocks .experience-assets-expertadvicesummary ~ .experience-component:not(.experience-assets-expertadvicesummary) .experience-assets-expertadviceimagevideo .column-image {
    max-height: none;
  }
  .expertadvice-layout .expertadvice-blocks .experience-assets-expertadvicesummary ~ .experience-component:not(.experience-assets-expertadvicesummary) .column-image picture,
  .expertadvice-layout .expertadvice-blocks .experience-assets-expertadvicesummary ~ .experience-component:not(.experience-assets-expertadvicesummary) .column-image div {
    height: 100%;
    padding-bottom: 0;
  }
}

.experience-assets-expertadvicetext {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicetext {
    padding: 0 13px;
  }
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicetext {
    margin-bottom: 33px;
  }
}
.experience-assets-expertadvicetext .title {
  font-size: 27px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicetext .title {
    line-height: 36px;
  }
}
.experience-assets-expertadvicetext p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 22px;
}

.experience-assets-expertadviceimagevideo {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadviceimagevideo {
    margin-bottom: 40px;
  }
}
.experience-assets-expertadviceimagevideo .column-image,
.experience-assets-expertadviceimagevideo .column-video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.experience-assets-expertadviceimagevideo .column-image:after,
.experience-assets-expertadviceimagevideo .column-video:after {
  content: "";
  display: block;
  padding-bottom: 59.5%;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadviceimagevideo .column-image:after,
  .experience-assets-expertadviceimagevideo .column-video:after {
    padding-bottom: 57%;
  }
}
.experience-assets-expertadviceimagevideo .column-image iframe,
.experience-assets-expertadviceimagevideo .column-image .cld-video-player,
.experience-assets-expertadviceimagevideo .column-image img,
.experience-assets-expertadviceimagevideo .column-video iframe,
.experience-assets-expertadviceimagevideo .column-video .cld-video-player,
.experience-assets-expertadviceimagevideo .column-video img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .experience-assets-expertadvicehighlighttext {
    margin-bottom: 20px;
  }
}
.experience-assets-expertadvicehighlighttext .column-text {
  padding: 10px 41px 35px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicehighlighttext .column-text {
    padding: 10px 13px;
  }
}
.experience-assets-expertadvicehighlighttext .title,
.experience-assets-expertadvicehighlighttext p,
.experience-assets-expertadvicehighlighttext .button {
  font-family: "proxima-nova", Arial, sans-serif;
}
.experience-assets-expertadvicehighlighttext .title {
  font-size: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicehighlighttext .title {
    font-size: 16px;
    margin-top: 12px;
  }
}
.experience-assets-expertadvicehighlighttext p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicehighlighttext p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
.experience-assets-expertadvicehighlighttext .button {
  font-size: 12px;
  padding: 6px 18px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicehighlighttext .button {
    font-size: 14px;
    padding: 10px 29px;
  }
}

@media screen and (min-width: 768px) {
  .experience-assets-expertadvicesummary {
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
  }
  .experience-assets-expertadvicesummary > .column-banner {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
.experience-assets-expertadvicesummary .expertadvice__header-mobile {
  color: #000000;
  display: none;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .expertadvice__header-mobile {
    display: block;
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.experience-assets-expertadvicesummary .expertadvicesummary__arrow {
  background-color: #F5EBDF;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 16px 9px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: -39px 79px 121px -26px rgba(0, 0, 0, 0.75);
          box-shadow: -39px 79px 121px -26px rgba(0, 0, 0, 0.75);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicesummary .expertadvicesummary__arrow {
    display: none;
  }
}
.experience-assets-expertadvicesummary .column-highlights {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-highlights {
    margin-bottom: 23px;
  }
}
.experience-assets-expertadvicesummary .column-banner__title-container,
.experience-assets-expertadvicesummary .column-highlights__links div {
  position: relative;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-banner__title-container,
  .experience-assets-expertadvicesummary .column-highlights__links div {
    padding-bottom: 18px;
  }
}
.experience-assets-expertadvicesummary .column-banner__title-container::after,
.experience-assets-expertadvicesummary .column-highlights__links div::after {
  content: "";
  background-color: #333133;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.experience-assets-expertadvicesummary .column-banner__title-container .fa-plus,
.experience-assets-expertadvicesummary .column-highlights__links div .fa-plus {
  display: block;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicesummary .column-banner__title-container .fa-plus,
  .experience-assets-expertadvicesummary .column-highlights__links div .fa-plus {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-banner__title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.experience-assets-expertadvicesummary .column-banner {
  background-color: #F5EBDF;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-banner {
    display: none;
    position: absolute;
    top: -20px;
    left: 50%;
    padding: 24px 26px;
    width: 92%;
    height: 350px;
    overflow-y: scroll;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
    z-index: 9;
  }
}
.experience-assets-expertadvicesummary .column-banner__title,
.experience-assets-expertadvicesummary .column-highlights__links a,
.experience-assets-expertadvicesummary .column-author__details span,
.experience-assets-expertadvicesummary .column-banner__contact-container span,
.experience-assets-expertadvicesummary .expertadvice__header-mobile {
  font-family: "proxima-nova", Arial, sans-serif;
}
.experience-assets-expertadvicesummary .column-highlights__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.experience-assets-expertadvicesummary .column-highlights__links a {
  color: #959498;
  font-size: 14px;
  text-decoration: none;
}
.experience-assets-expertadvicesummary .column-highlights__links div {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-highlights__links div {
    padding-top: 19px;
    padding-bottom: 14px;
  }
}
.experience-assets-expertadvicesummary .column-highlights__links div::after {
  background-color: #959498;
}
.experience-assets-expertadvicesummary .column-banner__title {
  font-size: 16px;
  letter-spacing: 1.15px;
}
.experience-assets-expertadvicesummary .column-author {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-author {
    margin-bottom: 23px;
  }
}
.experience-assets-expertadvicesummary .column-author__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.experience-assets-expertadvicesummary .column-author__description.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.experience-assets-expertadvicesummary .column-author__link {
  display: block;
  height: 100%;
}
.experience-assets-expertadvicesummary .column-author__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  width: 65px;
  height: 65px;
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.experience-assets-expertadvicesummary .column-author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-assets-expertadvicesummary .column-author__details {
  margin-top: 20px;
  margin-left: 12px;
}
.experience-assets-expertadvicesummary .column-author__details span {
  display: block;
  font-size: 14px;
}
.experience-assets-expertadvicesummary .column-author__details .column-author__name {
  color: #57575c;
}
.experience-assets-expertadvicesummary .column-author__details .column-author__job-title {
  color: #959498;
}
.experience-assets-expertadvicesummary .column-contact__container {
  margin-top: 20px;
}
.experience-assets-expertadvicesummary .column-contact__container span {
  color: #57575c;
  display: block;
  font-size: 14px;
}
.experience-assets-expertadvicesummary .column-contact__title {
  margin-bottom: 5px;
}
.experience-assets-expertadvicesummary .column-social {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-social {
    margin-top: 23px;
  }
}
.experience-assets-expertadvicesummary .column-social__link {
  color: #57575c;
  font-size: 14px;
  margin-top: 20px;
}
.experience-assets-expertadvicesummary .column-social__social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-top: 15px;
}
.experience-assets-expertadvicesummary .column-social__social-links a {
  color: #333133;
  text-decoration: none;
}
.experience-assets-expertadvicesummary .column-social__social-links a:not(:last-child) {
  margin-right: 25px;
}
.experience-assets-expertadvicesummary .column-social__social-links .icon {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicesummary .column-highlights__links,
  .experience-assets-expertadvicesummary .column-author__description,
  .experience-assets-expertadvicesummary .column-contact__container,
  .experience-assets-expertadvicesummary .column-social__container {
    display: none;
  }
}
.experience-assets-expertadvicesummary .active {
  display: block;
}

.experience-assets-expertadvicemultiimagetext .column-image picture,
.experience-assets-expertadvicemultiimagetext .column-image div,
.experience-assets-expertadviceimagetext .column-image picture,
.experience-assets-expertadviceimagetext .column-image div,
.experience-assets-expertadvicefooter .column-image picture,
.experience-assets-expertadvicefooter .column-image div,
.experience-layouts-categorycarousel .column-image picture,
.experience-layouts-categorycarousel .column-image div,
.experience-layouts-expertadvicetiles .column-image picture,
.experience-layouts-expertadvicetiles .column-image div {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.experience-assets-expertadvicemultiimagetext .column-image picture:after,
.experience-assets-expertadvicemultiimagetext .column-image div:after,
.experience-assets-expertadviceimagetext .column-image picture:after,
.experience-assets-expertadviceimagetext .column-image div:after,
.experience-assets-expertadvicefooter .column-image picture:after,
.experience-assets-expertadvicefooter .column-image div:after,
.experience-layouts-categorycarousel .column-image picture:after,
.experience-layouts-categorycarousel .column-image div:after,
.experience-layouts-expertadvicetiles .column-image picture:after,
.experience-layouts-expertadvicetiles .column-image div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicemultiimagetext .column-image picture:after,
  .experience-assets-expertadvicemultiimagetext .column-image div:after,
  .experience-assets-expertadviceimagetext .column-image picture:after,
  .experience-assets-expertadviceimagetext .column-image div:after,
  .experience-assets-expertadvicefooter .column-image picture:after,
  .experience-assets-expertadvicefooter .column-image div:after,
  .experience-layouts-categorycarousel .column-image picture:after,
  .experience-layouts-categorycarousel .column-image div:after,
  .experience-layouts-expertadvicetiles .column-image picture:after,
  .experience-layouts-expertadvicetiles .column-image div:after {
    padding-bottom: 56.25%;
  }
}
.experience-assets-expertadvicemultiimagetext .column-image picture img,
.experience-assets-expertadvicemultiimagetext .column-image div img,
.experience-assets-expertadviceimagetext .column-image picture img,
.experience-assets-expertadviceimagetext .column-image div img,
.experience-assets-expertadvicefooter .column-image picture img,
.experience-assets-expertadvicefooter .column-image div img,
.experience-layouts-categorycarousel .column-image picture img,
.experience-layouts-categorycarousel .column-image div img,
.experience-layouts-expertadvicetiles .column-image picture img,
.experience-layouts-expertadvicetiles .column-image div img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.experience-assets-expertadvicemultiimagetext .title,
.experience-assets-expertadvicemultiimagetext p,
.experience-assets-expertadvicemultiimagetext .category-carousel-title,
.experience-assets-expertadviceimagetext .title,
.experience-assets-expertadviceimagetext p,
.experience-assets-expertadviceimagetext .category-carousel-title,
.experience-assets-expertadvicefooter .title,
.experience-assets-expertadvicefooter p,
.experience-assets-expertadvicefooter .category-carousel-title,
.experience-layouts-categorycarousel .title,
.experience-layouts-categorycarousel p,
.experience-layouts-categorycarousel .category-carousel-title,
.experience-layouts-expertadvicetiles .title,
.experience-layouts-expertadvicetiles p,
.experience-layouts-expertadvicetiles .category-carousel-title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 22px;
}
.experience-assets-expertadvicemultiimagetext .title,
.experience-assets-expertadviceimagetext .title,
.experience-assets-expertadvicefooter .title,
.experience-layouts-categorycarousel .title,
.experience-layouts-expertadvicetiles .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .title,
  .experience-assets-expertadviceimagetext .title,
  .experience-assets-expertadvicefooter .title,
  .experience-layouts-categorycarousel .title,
  .experience-layouts-expertadvicetiles .title {
    line-height: 21px;
  }
}
.experience-assets-expertadvicemultiimagetext p,
.experience-assets-expertadviceimagetext p,
.experience-assets-expertadvicefooter p,
.experience-layouts-categorycarousel p,
.experience-layouts-expertadvicetiles p {
  font-size: 16px;
  line-height: 22px;
}

.experience-layouts-expertadvicetiles .product-tile:first-of-type {
  margin-left: 0;
}
.experience-layouts-expertadvicetiles .product-tile:last-of-type {
  margin-right: 0;
}

.experience-assets-expertadviceimagetext {
  margin-bottom: 42px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext {
    margin: 0;
    width: 100vw;
  }
}
.experience-assets-expertadviceimagetext .two-column-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .two-column-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.experience-assets-expertadviceimagetext .title {
  margin-bottom: -6px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .title {
    margin-top: 0;
  }
}
.experience-assets-expertadviceimagetext p {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext p {
    margin-bottom: 25px;
    margin-top: 7px;
  }
}
.experience-assets-expertadviceimagetext .image-position-left,
.experience-assets-expertadviceimagetext .text-position-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.experience-assets-expertadviceimagetext .text-position-right,
.experience-assets-expertadviceimagetext .image-position-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.experience-assets-expertadviceimagetext .column-text,
.experience-assets-expertadviceimagetext .column-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .column-text,
  .experience-assets-expertadviceimagetext .column-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .image-position-top,
  .experience-assets-expertadviceimagetext .text-position-top {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .experience-assets-expertadviceimagetext .image-position-bottom,
  .experience-assets-expertadviceimagetext .text-position-bottom {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadviceimagetext .image-position-left {
    margin-right: 17px;
  }
  .experience-assets-expertadviceimagetext .image-position-right {
    margin-left: 17px;
  }
  .experience-assets-expertadviceimagetext .text-position-right {
    padding: 0 3px;
  }
  .experience-assets-expertadviceimagetext .text-position-left {
    padding-left: 10px;
    padding-right: 3px;
  }
  .experience-assets-expertadviceimagetext .column-image {
    --img-height: auto;
    min-height: var(--img-height);
  }
}
.experience-assets-expertadviceimagetext .column-image {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .column-image picture::after,
  .experience-assets-expertadviceimagetext .column-image div::after {
    padding-bottom: 59%;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .column-text {
    margin-bottom: 8px;
    padding: 0 13px 25px;
  }
}
.experience-assets-expertadviceimagetext .column-text a {
  display: inline-block;
  padding: 8px 19px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadviceimagetext .column-text a {
    padding: 12px 29px;
  }
}

.experience-assets-expertadvicemultiimagetext {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicemultiimagetext {
    margin-top: -5px;
  }
}
.experience-assets-expertadvicemultiimagetext .multi-image-text {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.experience-assets-expertadvicemultiimagetext .multi-image-text .column-image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .multi-image-text {
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.experience-assets-expertadvicemultiimagetext .multi-column-banner {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .multi-column-banner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .multi-column-banner--no-slider {
    padding: 0 19px;
    margin-top: 16px;
  }
}
.experience-assets-expertadvicemultiimagetext .multi-column-banner--no-slider .multi-image-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.experience-assets-expertadvicemultiimagetext .multi-column-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .multi-column-banner__container {
    max-width: 100vw;
  }
}
.experience-assets-expertadvicemultiimagetext .multi-column-banner__container .multi-image-text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .column-image,
  .experience-assets-expertadvicemultiimagetext .column-text {
    margin: -6px;
  }
}
.experience-assets-expertadvicemultiimagetext .title {
  margin-top: 13px;
  margin-bottom: 0;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext .title {
    margin-top: 20px;
  }
}
.experience-assets-expertadvicemultiimagetext p {
  margin-top: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicemultiimagetext p {
    margin-bottom: 10px;
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicemultiimagetext .button {
    padding: 8px 19px;
  }
}

.experience-assets-expertadvicefooter {
  background-color: #F7EEEB;
  padding: 27px 0;
  margin-top: 33px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .experience-assets-expertadvicefooter {
    padding: 34px 0;
    margin: 77px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .experience-assets-expertadvicefooter {
    padding: 58px 0 0;
  }
}
.experience-assets-expertadvicefooter .title {
  margin-bottom: 10px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicefooter .title {
    margin-bottom: 0;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicefooter p {
    letter-spacing: 0.35px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicefooter .column-image,
  .experience-assets-expertadvicefooter .footer-text {
    margin: 0 -7px;
  }
}
.experience-assets-expertadvicefooter .column-image picture::after,
.experience-assets-expertadvicefooter .column-image div::after,
.experience-assets-expertadvicefooter .footer-text picture::after,
.experience-assets-expertadvicefooter .footer-text div::after {
  padding-bottom: 36%;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicefooter .column-image picture::after,
  .experience-assets-expertadvicefooter .column-image div::after,
  .experience-assets-expertadvicefooter .footer-text picture::after,
  .experience-assets-expertadvicefooter .footer-text div::after {
    padding-bottom: 100%;
  }
}
.experience-assets-expertadvicefooter .footer-banner {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1180px) {
  .experience-assets-expertadvicefooter .footer-banner {
    max-width: 1180px;
  }
}
.experience-assets-expertadvicefooter .footer-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.experience-assets-expertadvicefooter .footer-banner__container .column-footer:last-child {
  margin-right: 0;
}
.experience-assets-expertadvicefooter .column-footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 20px;
}
.experience-assets-expertadvicefooter .column-footer a {
  color: #333133;
  text-decoration: none;
}
.experience-assets-expertadvicefooter .column-footer a .title {
  text-decoration: underline;
}
.experience-assets-expertadvicefooter .column-footer a:hover .title {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .experience-assets-expertadvicefooter .column-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .expertadvice-blocks .experience-layouts-categorycarousel {
    margin: 0 -48px;
  }
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-tile {
    margin: 0 -10px;
  }
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-carousel-title {
  margin-bottom: 17px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-carousel-title {
    padding-left: 11px;
    margin-bottom: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-description {
    padding-bottom: 18px;
    padding-left: 13px;
    margin-top: -2px;
  }
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-description h3 {
  padding: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-description h3 {
    letter-spacing: 0;
  }
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-description p {
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-slider__wrap {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .category-slider__wrap {
    max-width: 700px;
  }
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .component-figure {
  margin: 0;
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .component-figure picture {
  height: 175px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .component-figure picture {
    height: 143px;
  }
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel picture {
  width: 100%;
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel picture img {
  width: 100%;
  height: 100%;
}
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .slide-control.next,
.expertadvice-blocks .experience-layouts-categorycarousel .category-carousel .slide-control.prev {
  top: 50%;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
}
.expertadvice-blocks .experience-layouts-productcarousel {
  background-color: #F7EEEB;
}
@media screen and (min-width: 768px) {
  .expertadvice-blocks .experience-layouts-productcarousel {
    margin: 0 -48px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1180px) {
  .expertadvice-blocks .experience-layouts-productcarousel {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1500px) {
  .expertadvice-blocks .experience-layouts-productcarousel {
    padding: 0;
  }
}
.expertadvice-blocks .experience-layouts-productcarousel .product-carousel {
  margin-bottom: 78px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-carousel {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
.expertadvice-blocks .experience-layouts-productcarousel .product-carousel-title {
  margin-bottom: 12px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-carousel-title {
    padding-left: 11px;
  }
}
.expertadvice-blocks .experience-layouts-productcarousel .product-image {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-image {
    margin-bottom: 6px;
  }
  .expertadvice-blocks .experience-layouts-productcarousel .product-image a {
    height: 215px;
  }
}
.expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content {
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content .product-name {
    line-height: 22px;
    margin-bottom: 0;
  }
}
.expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content .add-to-cart-link {
  padding: 9px 18px 4px;
  max-width: 41px;
  height: 30px;
}
.expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content .product-slide-footer {
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content .product-slide-footer {
    margin-top: -1px;
  }
}
@media screen and (max-width: 1179px) {
  .expertadvice-blocks .experience-layouts-productcarousel .product-tile .product-slide-content .product-sales-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .expertadvice-blocks .experience-layouts-productcarousel .homepage-product-slider__wrap {
    padding: 0;
  }
}

.experience-layouts-12column .row {
  max-width: 100vw;
}
