.crossSelling {
  border-radius: 6px;
}

.crossSelling {
  display: block;
  padding: 5rem;
  background-color: rgba(208, 209, 220, 0.2);
}

.crossSelling__title {
  margin: 0 4rem;
  font-size: 3.2rem;
  font-weight: 500;
}

.crossSelling__title > .field.field__item {
  margin-bottom: 0;
}

.crossSelling__wrapper {
  display: flex;
}

.crossSelling__item {
  margin: 1.5rem 1.5rem 3.5rem;
}

.crossSelling .slick-list {
  margin: 0 2rem;
  padding: 2rem 0;
}

.crossSelling .slick-track {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}

.homepage .crossSelling {
  margin-bottom: 9rem;
}

@media only screen and (max-width: 1024px) {
  .crossSelling {
    padding: 3rem 5rem 3.5rem;
  }
}

@media only screen and (max-width: 980px) {
  .crossSelling .slick-list {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .crossSelling {
    padding: 2rem 2.3rem 3.5rem;
  }
}

@media only screen and (max-width: 425px) {
  .crossSelling {
    padding: 2rem 1.3rem 2.5rem;
  }
  .crossSelling__title {
    font-size: 3.2rem;
  }
}

.stamp {
  width: 100%;
  height: auto;
  padding: 1rem;
}

.stamp .sticker {
  display: block;
  position: relative;
  max-height: 35rem;
  min-height: 0;
  margin: 0 auto;
  border-color: white;
}

.stamp .sticker:hover, .stamp .sticker:active, .stamp .sticker:focus, .stamp .sticker.focused, .stamp .sticker.is-active {
  transform: translatey(-0.5rem);
  border-color: #383ff5;
}

.stamp .sticker:hover .sticker__footer, .stamp .sticker:active .sticker__footer, .stamp .sticker:focus .sticker__footer, .stamp .sticker.focused .sticker__footer, .stamp .sticker.is-active .sticker__footer {
  opacity: 1;
}

.stamp .sticker::after {
  display: block;
  padding-bottom: 35rem;
  content: '';
}

.stamp .sticker__wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: nowrap;
  padding: 3rem 3.2rem 2.5rem;
}

.stamp .sticker__tag {
  position: relative;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: .2rem;
  border: 2px solid #383ff5;
  border-radius: 3px;
  background-color: white;
  color: #383ff5;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.stamp .sticker__date, .stamp .sticker__title {
  width: 100%;
  min-height: auto;
  font-size: 2rem;
  line-height: 2.5rem;
}

.stamp .sticker__body {
  font-size: 1.6rem;
  line-height: normal;
}

.stamp .sticker__session {
  padding: 0;
  background-color: white;
  color: rgba(52, 53, 61, 0.5);
}

@media only screen and (min-width: 768px) {
  .crossSelling__wrapper.item__single .sticker,
  .field--name-field-paragraphs-left .stamp .sticker {
    max-height: 25rem;
  }
  .crossSelling__wrapper.item__single .sticker::after,
  .field--name-field-paragraphs-left .stamp .sticker::after {
    padding-bottom: 25rem;
  }
  .crossSelling__wrapper.item__single .sticker__date,
  .field--name-field-paragraphs-left .stamp .sticker__date {
    margin-top: -3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .crossSelling__wrapper.item__single .sticker__wrapper,
  .field--name-field-paragraphs-left .stamp .sticker__wrapper {
    flex-flow: wrap;
  }
  .crossSelling__wrapper.item__single .sticker__content,
  .field--name-field-paragraphs-left .stamp .sticker__content {
    display: flex;
    flex-direction: row;
  }
  .crossSelling__wrapper.item__single .sticker__body, .crossSelling__wrapper.item__single .sticker__title,
  .field--name-field-paragraphs-left .stamp .sticker__body,
  .field--name-field-paragraphs-left .stamp .sticker__title {
    padding: 0 1rem;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .crossSelling .sticker {
    max-height: 28rem;
  }
  .crossSelling .sticker::after {
    padding-bottom: 28rem;
  }
  .crossSelling .sticker__date {
    margin-top: -3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .crossSelling .sticker__wrapper {
    flex-flow: wrap;
  }
  .crossSelling .sticker__content {
    display: flex;
    flex-direction: row;
  }
  .crossSelling .sticker__body, .crossSelling .sticker__title {
    padding: 0 1rem;
    width: 50%;
  }
}

@media only screen and (max-width: 425px) {
  .stamp .sticker__wrapper {
    padding: 1rem 3.2rem;
  }
  .stamp .sticker__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: .6rem;
  }
  .stamp .sticker__body {
    font-size: 1.5rem;
  }
  .stamp .sticker .btn {
    margin-bottom: 1rem;
  }
  .stamp .sticker__session {
    font-size: 1.2rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .stamp .sticker__wrapper {
    padding: 3rem 3.2rem 2.5rem;
  }
}
