:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.experience-commerce_assets-articleDownloadGuide,
.experience-commerce_assets-articleVideoGallery {
  position: relative; }

.newHeader .article-download-guide__modal,
.newHeader .article-video-gallery__modal {
  top: 140px; }

.article-download-guide__modal,
.article-video-gallery__modal {
  width: calc(100% - 32px);
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: 3;
  box-shadow: 4px 4px 8px 0px rgba(56, 51, 46, 0.08);
  max-width: 612px; }
  .article-download-guide__modal .modal-dialog,
  .article-video-gallery__modal .modal-dialog {
    max-width: none; }
  .article-download-guide__modal .modal-content,
  .article-video-gallery__modal .modal-content {
    background-color: #F3F9FC; }
    .article-download-guide__modal .modal-content .modal-header .close,
    .article-video-gallery__modal .modal-content .modal-header .close {
      line-height: 0; }
    .article-download-guide__modal .modal-content .modal-header h5,
    .article-video-gallery__modal .modal-content .modal-header h5 {
      font-family: "Ubuntu", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 136%; }

.article-download-guide,
.article-video-gallery,
.article-gallery-editorial {
  font-family: "Ubuntu", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 48px);
  gap: 40px; }
  @media (min-width: 768px) {
    .article-download-guide,
    .article-video-gallery,
    .article-gallery-editorial {
      width: calc(100vw - 80px);
      max-width: 1264px; } }
  .article-download-guide__image,
  .article-video-gallery__image,
  .article-gallery-editorial__image {
    height: fit-content;
    flex: 1 1 50%; }
    @media (min-width: 768px) {
      .article-download-guide__image,
      .article-video-gallery__image,
      .article-gallery-editorial__image {
        width: 50%; } }
    .article-download-guide__image.principal-video.js-card-video,
    .article-video-gallery__image.principal-video.js-card-video,
    .article-gallery-editorial__image.principal-video.js-card-video {
      cursor: pointer; }
    .article-download-guide__image .principal-video__image img,
    .article-video-gallery__image .principal-video__image img,
    .article-gallery-editorial__image .principal-video__image img {
      border-radius: 8px 8px 0 0; }
      .article-download-guide__image .principal-video__image img.principal-video__image--titleless,
      .article-video-gallery__image .principal-video__image img.principal-video__image--titleless,
      .article-gallery-editorial__image .principal-video__image img.principal-video__image--titleless {
        border-radius: 8px; }
    .article-download-guide__image .principal-video__title,
    .article-video-gallery__image .principal-video__title,
    .article-gallery-editorial__image .principal-video__title {
      color: #464039;
      font-size: 18px;
      font-weight: 600;
      line-height: 136%;
      background-color: #F8F7F7;
      border-radius: 0 0 8px 8px; }
    .article-download-guide__image .principal-video__time,
    .article-video-gallery__image .principal-video__time,
    .article-gallery-editorial__image .principal-video__time {
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 136%;
      bottom: 16px;
      left: 16px;
      background: #464039; }
    .article-download-guide__image .principal-video__icon,
    .article-video-gallery__image .principal-video__icon,
    .article-gallery-editorial__image .principal-video__icon {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #464039;
      border-radius: 1000px;
      width: 40px;
      height: 40px; }
      .article-download-guide__image .principal-video__icon--play svg,
      .article-video-gallery__image .principal-video__icon--play svg,
      .article-gallery-editorial__image .principal-video__icon--play svg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 1000px;
        width: 20px;
        height: 20px; }
        .article-download-guide__image .principal-video__icon--play svg path,
        .article-video-gallery__image .principal-video__icon--play svg path,
        .article-gallery-editorial__image .principal-video__icon--play svg path {
          fill: #464039; }
  .article-download-guide__content,
  .article-video-gallery__content,
  .article-gallery-editorial__content {
    flex: 1 1 50%; }
    @media (min-width: 768px) {
      .article-download-guide__content,
      .article-video-gallery__content,
      .article-gallery-editorial__content {
        padding: 0 40px; } }
  .article-download-guide__logo,
  .article-video-gallery__logo,
  .article-gallery-editorial__logo {
    width: 112px; }
  .article-download-guide__exclusive,
  .article-video-gallery__exclusive,
  .article-gallery-editorial__exclusive {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #464039; }
    .article-download-guide__exclusive svg,
    .article-video-gallery__exclusive svg,
    .article-gallery-editorial__exclusive svg {
      position: relative;
      top: -2px;
      background: #464039;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .article-download-guide__exclusive svg,
        .article-video-gallery__exclusive svg,
        .article-gallery-editorial__exclusive svg {
          width: 40px;
          height: 40px; } }
  .article-download-guide__title,
  .article-video-gallery__title,
  .article-gallery-editorial__title {
    color: #464039;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.28px; }
  .article-download-guide__subtitle,
  .article-video-gallery__subtitle,
  .article-gallery-editorial__subtitle {
    color: #7E7367;
    font-size: 16px;
    font-weight: 400;
    line-height: 136%; }
  .article-download-guide__description,
  .article-video-gallery__description,
  .article-gallery-editorial__description {
    color: #464039;
    font-size: 16px;
    font-weight: 400;
    line-height: 136%; }
  .article-download-guide__more,
  .article-video-gallery__more,
  .article-gallery-editorial__more {
    color: #464039;
    font-size: 18px;
    font-weight: 600;
    line-height: 136%;
    letter-spacing: 0.5px; }
  .article-download-guide__explanation,
  .article-video-gallery__explanation,
  .article-gallery-editorial__explanation {
    color: #7E7367;
    font-size: 14px;
    font-weight: 400;
    line-height: 136%; }
  .article-download-guide a.article-download-guide__button,
  .article-download-guide a.article-video-gallery__button,
  .article-video-gallery a.article-download-guide__button,
  .article-video-gallery a.article-video-gallery__button,
  .article-gallery-editorial a.article-download-guide__button,
  .article-gallery-editorial a.article-video-gallery__button {
    color: #fff; }
  .article-download-guide__button,
  .article-video-gallery__button,
  .article-gallery-editorial__button {
    padding: 12px 12px 12px 16px;
    background-color: #464039;
    font-size: 14px;
    font-weight: 500;
    line-height: 136%;
    width: 100%;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .article-download-guide__button,
      .article-video-gallery__button,
      .article-gallery-editorial__button {
        width: fit-content; } }
    .article-download-guide__button:hover,
    .article-video-gallery__button:hover,
    .article-gallery-editorial__button:hover {
      text-decoration: none; }
  .article-download-guide .card-resource,
  .article-download-guide .card-resource__description,
  .article-video-gallery .card-resource,
  .article-video-gallery .card-resource__description,
  .article-gallery-editorial .card-resource,
  .article-gallery-editorial .card-resource__description {
    width: 100%;
    max-width: unset;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .article-download-guide .card-resource__description,
  .article-video-gallery .card-resource__description,
  .article-gallery-editorial .card-resource__description {
    margin-bottom: 24px; }

.article-download-guide.blocked .article-download-guide__description,
.article-download-guide.blocked .article-video-gallery__description,
.article-download-guide.blocked .experience-main_region,
.article-video-gallery.blocked .article-download-guide__description,
.article-video-gallery.blocked .article-video-gallery__description,
.article-video-gallery.blocked .experience-main_region {
  opacity: 0.4;
  filter: blur(6px);
  height: 180px;
  overflow: hidden;
  cursor: default;
  margin-bottom: 216px !important;
  pointer-events: none; }
  @media (min-width: 768px) {
    .article-download-guide.blocked .article-download-guide__description,
    .article-download-guide.blocked .article-video-gallery__description,
    .article-download-guide.blocked .experience-main_region,
    .article-video-gallery.blocked .article-download-guide__description,
    .article-video-gallery.blocked .article-video-gallery__description,
    .article-video-gallery.blocked .experience-main_region {
      margin-bottom: 1.5rem !important; } }

.article-download-guide.blocked .experience-main_region,
.article-video-gallery.blocked .experience-main_region {
  height: 256px; }

.article-download-guide.blocked .article-download-guide__blocked-modal,
.article-download-guide.blocked .article-video-gallery__blocked-modal,
.article-video-gallery.blocked .article-download-guide__blocked-modal,
.article-video-gallery.blocked .article-video-gallery__blocked-modal {
  position: relative;
  width: 100%; }

.article-download-guide.blocked .card-resource,
.article-video-gallery.blocked .card-resource {
  cursor: default; }

.article-gallery-editorial {
  gap: 24px;
  padding: 40px 24px;
  background-color: #F8F7F7; }
  @media (min-width: 768px) {
    .article-gallery-editorial {
      gap: 40px;
      padding: 80px 88px; } }
  .article-gallery-editorial__top {
    gap: 16px; }
  .article-gallery-editorial__title {
    font-weight: 400; }
  .article-gallery-editorial__subtitle {
    color: #464039; }
  .article-gallery-editorial__bottom {
    gap: 16px; }
    @media (min-width: 768px) {
      .article-gallery-editorial__bottom {
        gap: 40px; } }
  .article-gallery-editorial__image {
    flex: 0 0 calc(0.6 * (100% - 40px)); }
    .article-gallery-editorial__image .article-gallery-editorial__exclusive {
      top: 8px;
      left: 8px; }
      @media (min-width: 768px) {
        .article-gallery-editorial__image .article-gallery-editorial__exclusive {
          top: 16px;
          left: 16px; } }
      .article-gallery-editorial__image .article-gallery-editorial__exclusive svg {
        width: 32px;
        height: 32px; }
  .article-gallery-editorial__content {
    flex: 0 0 calc(0.4 * (100% - 40px)); }
  .article-gallery-editorial .experience-main_region {
    display: flex;
    flex-direction: column;
    gap: 16px; }

.article-download-guide__blocked-modal,
.article-video-gallery__blocked-modal {
  position: fixed;
  left: 0;
  bottom: 24px;
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 24px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0px rgba(56, 51, 46, 0.08);
  background-color: #F8F7F7;
  z-index: 3; }
  .article-download-guide__blocked-modal .article-download-guide__logo,
  .article-download-guide__blocked-modal .article-video-gallery__logo,
  .article-video-gallery__blocked-modal .article-download-guide__logo,
  .article-video-gallery__blocked-modal .article-video-gallery__logo {
    width: 72px; }
  .article-download-guide__blocked-modal a.article-download-guide__button,
  .article-download-guide__blocked-modal a.article-video-gallery__button,
  .article-video-gallery__blocked-modal a.article-download-guide__button,
  .article-video-gallery__blocked-modal a.article-video-gallery__button {
    color: #fff;
    font-size: 12px; }
    @media (min-width: 768px) {
      .article-download-guide__blocked-modal a.article-download-guide__button,
      .article-download-guide__blocked-modal a.article-video-gallery__button,
      .article-video-gallery__blocked-modal a.article-download-guide__button,
      .article-video-gallery__blocked-modal a.article-video-gallery__button {
        font-size: 12px; } }
    .article-download-guide__blocked-modal a.article-download-guide__button svg,
    .article-download-guide__blocked-modal a.article-video-gallery__button svg,
    .article-video-gallery__blocked-modal a.article-download-guide__button svg,
    .article-video-gallery__blocked-modal a.article-video-gallery__button svg {
      width: 20px;
      height: 20px; }

[data-pet-world="Dog"] .article-download-guide,
[data-pet-world="Dog"] .article-video-gallery,
[data-pet-world="Dog"] .article-gallery-editorial,
body[data-color-site="dogColor"] .article-download-guide,
body[data-color-site="dogColor"] .article-video-gallery,
body[data-color-site="dogColor"] .article-gallery-editorial {
  background-color: #FBF7F4; }
  [data-pet-world="Dog"] .article-download-guide__image .principal-video__title,
  [data-pet-world="Dog"] .article-video-gallery__image .principal-video__title,
  [data-pet-world="Dog"] .article-gallery-editorial__image .principal-video__title,
  body[data-color-site="dogColor"] .article-download-guide__image .principal-video__title,
  body[data-color-site="dogColor"] .article-video-gallery__image .principal-video__title,
  body[data-color-site="dogColor"] .article-gallery-editorial__image .principal-video__title {
    background-color: #FBF7F4; }
  [data-pet-world="Dog"] .article-download-guide__image .principal-video__time,
  [data-pet-world="Dog"] .article-video-gallery__image .principal-video__time,
  [data-pet-world="Dog"] .article-gallery-editorial__image .principal-video__time,
  body[data-color-site="dogColor"] .article-download-guide__image .principal-video__time,
  body[data-color-site="dogColor"] .article-video-gallery__image .principal-video__time,
  body[data-color-site="dogColor"] .article-gallery-editorial__image .principal-video__time {
    background: #936031; }
  [data-pet-world="Dog"] .article-download-guide__image .principal-video__icon,
  [data-pet-world="Dog"] .article-video-gallery__image .principal-video__icon,
  [data-pet-world="Dog"] .article-gallery-editorial__image .principal-video__icon,
  body[data-color-site="dogColor"] .article-download-guide__image .principal-video__icon,
  body[data-color-site="dogColor"] .article-video-gallery__image .principal-video__icon,
  body[data-color-site="dogColor"] .article-gallery-editorial__image .principal-video__icon {
    border-color: #936031; }
    [data-pet-world="Dog"] .article-download-guide__image .principal-video__icon--play svg path,
    [data-pet-world="Dog"] .article-video-gallery__image .principal-video__icon--play svg path,
    [data-pet-world="Dog"] .article-gallery-editorial__image .principal-video__icon--play svg path,
    body[data-color-site="dogColor"] .article-download-guide__image .principal-video__icon--play svg path,
    body[data-color-site="dogColor"] .article-video-gallery__image .principal-video__icon--play svg path,
    body[data-color-site="dogColor"] .article-gallery-editorial__image .principal-video__icon--play svg path {
      fill: #936031; }
  [data-pet-world="Dog"] .article-download-guide__exclusive,
  [data-pet-world="Dog"] .article-video-gallery__exclusive,
  [data-pet-world="Dog"] .article-gallery-editorial__exclusive,
  body[data-color-site="dogColor"] .article-download-guide__exclusive,
  body[data-color-site="dogColor"] .article-video-gallery__exclusive,
  body[data-color-site="dogColor"] .article-gallery-editorial__exclusive {
    color: #936031; }
    [data-pet-world="Dog"] .article-download-guide__exclusive svg,
    [data-pet-world="Dog"] .article-video-gallery__exclusive svg,
    [data-pet-world="Dog"] .article-gallery-editorial__exclusive svg,
    body[data-color-site="dogColor"] .article-download-guide__exclusive svg,
    body[data-color-site="dogColor"] .article-video-gallery__exclusive svg,
    body[data-color-site="dogColor"] .article-gallery-editorial__exclusive svg {
      background: #936031; }
  [data-pet-world="Dog"] .article-download-guide__button,
  [data-pet-world="Dog"] .article-video-gallery__button,
  [data-pet-world="Dog"] .article-gallery-editorial__button,
  body[data-color-site="dogColor"] .article-download-guide__button,
  body[data-color-site="dogColor"] .article-video-gallery__button,
  body[data-color-site="dogColor"] .article-gallery-editorial__button {
    background-color: #936031; }

[data-pet-world="Cat"] .article-download-guide,
[data-pet-world="Cat"] .article-video-gallery,
[data-pet-world="Cat"] .article-gallery-editorial,
body[data-color-site="catColor"] .article-download-guide,
body[data-color-site="catColor"] .article-video-gallery,
body[data-color-site="catColor"] .article-gallery-editorial {
  background-color: #F6FAF5; }
  [data-pet-world="Cat"] .article-download-guide__image .principal-video__title,
  [data-pet-world="Cat"] .article-video-gallery__image .principal-video__title,
  [data-pet-world="Cat"] .article-gallery-editorial__image .principal-video__title,
  body[data-color-site="catColor"] .article-download-guide__image .principal-video__title,
  body[data-color-site="catColor"] .article-video-gallery__image .principal-video__title,
  body[data-color-site="catColor"] .article-gallery-editorial__image .principal-video__title {
    background-color: #F6FAF5; }
  [data-pet-world="Cat"] .article-download-guide__image .principal-video__time,
  [data-pet-world="Cat"] .article-video-gallery__image .principal-video__time,
  [data-pet-world="Cat"] .article-gallery-editorial__image .principal-video__time,
  body[data-color-site="catColor"] .article-download-guide__image .principal-video__time,
  body[data-color-site="catColor"] .article-video-gallery__image .principal-video__time,
  body[data-color-site="catColor"] .article-gallery-editorial__image .principal-video__time {
    background: #4A773C; }
  [data-pet-world="Cat"] .article-download-guide__image .principal-video__icon,
  [data-pet-world="Cat"] .article-video-gallery__image .principal-video__icon,
  [data-pet-world="Cat"] .article-gallery-editorial__image .principal-video__icon,
  body[data-color-site="catColor"] .article-download-guide__image .principal-video__icon,
  body[data-color-site="catColor"] .article-video-gallery__image .principal-video__icon,
  body[data-color-site="catColor"] .article-gallery-editorial__image .principal-video__icon {
    border-color: #4A773C; }
    [data-pet-world="Cat"] .article-download-guide__image .principal-video__icon--play svg path,
    [data-pet-world="Cat"] .article-video-gallery__image .principal-video__icon--play svg path,
    [data-pet-world="Cat"] .article-gallery-editorial__image .principal-video__icon--play svg path,
    body[data-color-site="catColor"] .article-download-guide__image .principal-video__icon--play svg path,
    body[data-color-site="catColor"] .article-video-gallery__image .principal-video__icon--play svg path,
    body[data-color-site="catColor"] .article-gallery-editorial__image .principal-video__icon--play svg path {
      fill: #4A773C; }
  [data-pet-world="Cat"] .article-download-guide__exclusive,
  [data-pet-world="Cat"] .article-video-gallery__exclusive,
  [data-pet-world="Cat"] .article-gallery-editorial__exclusive,
  body[data-color-site="catColor"] .article-download-guide__exclusive,
  body[data-color-site="catColor"] .article-video-gallery__exclusive,
  body[data-color-site="catColor"] .article-gallery-editorial__exclusive {
    color: #4A773C; }
    [data-pet-world="Cat"] .article-download-guide__exclusive svg,
    [data-pet-world="Cat"] .article-video-gallery__exclusive svg,
    [data-pet-world="Cat"] .article-gallery-editorial__exclusive svg,
    body[data-color-site="catColor"] .article-download-guide__exclusive svg,
    body[data-color-site="catColor"] .article-video-gallery__exclusive svg,
    body[data-color-site="catColor"] .article-gallery-editorial__exclusive svg {
      background: #4A773C; }
  [data-pet-world="Cat"] .article-download-guide__button,
  [data-pet-world="Cat"] .article-video-gallery__button,
  [data-pet-world="Cat"] .article-gallery-editorial__button,
  body[data-color-site="catColor"] .article-download-guide__button,
  body[data-color-site="catColor"] .article-video-gallery__button,
  body[data-color-site="catColor"] .article-gallery-editorial__button {
    background-color: #4A773C; }

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