/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.open-sans-12 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.open-sans-14 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.open-sans-16 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.open-sans-21 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-22 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-24 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.open-sans-26 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}
.raleway-20 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.raleway-14 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.raleway-34 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
}
.raleway-25 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
@font-face {
  font-family: 'Kusanagi';
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot');
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot?#iefix') format('embedded-opentype'), url('/frontend/v2/font/kusanagi/Kusanagi.woff2') format('woff2'), url('/frontend/v2/font/kusanagi/Kusanagi.woff') format('woff'), url('/frontend/v2/font/kusanagi/Kusanagi.ttf') format('truetype'), url('/frontend/v2/font/kusanagi/Kusanagi.svg#Kusanagi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.freeSample-cross-sales {
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.freeSample-cross-sales-portal-content {
  padding-bottom: 50px;
}
.freeSample-cross-sales__loader {
  color: #6F6F6F;
  font-size: 22px;
}
.freeSample-cross-sales__loader i {
  animation: spin 2s linear infinite;
}
.freeSample-cross-sales .hiddenMosaic {
  display: none;
}
.freeSample-cross-sales .mosaic-gallery {
  float: none !important;
}
.freeSample-cross-sales .simple-banner {
  margin: 20px 0;
}
.freeSample-cross-sales .simple-banner h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.8em 0;
  color: black;
}
.freeSample-cross-sales .simple-banner p {
  margin-bottom: 1em;
}
.freeSample-cross-sales .photo-card {
  position: relative;
  min-height: 120px;
  height: 100%;
}
.freeSample-cross-sales .photo-card__img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.freeSample-cross-sales .photo-card__img_wrap img {
  width: 100%;
  max-width: 100%;
}
.freeSample-cross-sales .photo-card__img_wrap--scale-up img {
  transform: scale(1.05);
}
.freeSample-cross-sales .photo-card__img_wrap--inline {
  display: inline-block;
  width: auto;
}
.freeSample-cross-sales .photo-card__label {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #111112;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  font-weight: normal;
}
.freeSample-cross-sales .photo-card:hover .photo-card__label {
  opacity: 1;
}
.freeSample-cross-sales .photo-card__badge-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
