/*!
 * interactive-image v2.7.1
 * https://github.com/jpchateau
 * Jean-Philippe Chateau - <contact@jpchateau.com>
 * MIT License
 */
.interactive-image {
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 0;
  caret-color: transparent;
  cursor: default;
}
.interactive-image .unsupported-screen {
  display: none;
  width: 120px;
  margin: 20px auto;
  padding: 20px;
  color: #1d2129;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-align: center;
}
.interactive-image .unsupported-screen:before {
  content: "Please rotate your device.";
}
@media screen and (max-width: 320px) {
  .interactive-image {
    background-image: none;
    background-color: #fff;
    max-width: 320px;
  }
  .interactive-image .unsupported-screen {
    display: block;
  }
}
.interactive-image .hotspot {
  position: absolute;
  z-index: 8;
  width: 50px;
  height: 50px;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
}
.interactive-image .hotspot:hover {
  text-shadow: 0 0 3px #fff;
}
.interactive-image .item {
  position: absolute;
  z-index: 16;
  background-color: #fff;
  color: #1d2129;
  min-width: 100px;
  min-height: 60px;
  height: auto;
  display: none;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.interactive-image .item:after,
.interactive-image .item:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.interactive-image .item:after {
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.interactive-image .close-button {
  display: block;
  width: 19px;
  height: 17px;
  color: #333;
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.ttf) format("truetype"),
    url(fonts/icomoon.woff) format("woff"),
    url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "Font Awesome 6 Pro"!important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
.icon-envelop:before {
  content: "\E900";
}
.icon-cancel-circle:before {
  content: "\EA0D";
}
.icon-radio-checked:before {
  content: "\f111";
}
.icon-share2:before {
  content: "\EA82";
}
.icon-facebook:before {
  content: "\E901";
}
.icon-twitter:before {
  content: "\EA96";
}
.interactive-image .social-share-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 32px;
  height: 32px;
  transition: height 0.3s;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
}
.interactive-image .social-share-box.expanded {
  transition: height 0.3s;
  height: 128px;
}
.interactive-image .social-share-box .social-button {
  width: 32px;
  height: 32px;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.interactive-image .social-share-box .social-button.mail-colors {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.interactive-image .social-share-box .share-colors {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.interactive-image .social-share-box .facebook-colors {
  background-color: #1877f2;
  color: #fff;
}
.interactive-image .social-share-box .twitter-colors {
  background-color: #1da1f2;
  color: #f5f8fa;
}
.interactive-image .social-share-box .mail-colors {
  background-color: #a1adb3;
  color: #fff;
}
.interactive-image .social-share-box a {
  text-decoration: none;
  display: block;
}
.interactive-image .audio-item {
  max-width: 280px;
  padding: 20px;
  text-align: left;
}
.interactive-image .audio-item .caption {
  display: block;
  margin-top: 14px;
  margin-bottom: -4px;
}
.interactive-image .audio-item audio {
  width: 280px;
  margin-bottom: -4px;
}
.interactive-image .audio-item audio:focus {
  outline: none;
}
.interactive-image .picture-item {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 20px;
}
.interactive-image .picture-item:before {
  content: attr(data-caption);
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}
.interactive-image .picture-item.with-caption:before {
  padding: 5px;
}
.interactive-image .picture-item .picture {
  max-width: 210px;
  max-height: 210px;
  margin-bottom: -4px;
}
.interactive-image .provider-item {
  padding: 20px;
}
.interactive-image .provider-item iframe {
  width: 480px;
  height: 270px;
  margin-bottom: -4px;
  border: 0;
}
.interactive-image .text-item {
  padding: 20px;
  max-width: 210px;
}
.interactive-image .text-item .title {
  font-size: 20px;
  width: 100%;
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  display: inline-block;
  color: #333;
}
.interactive-image .text-item .description {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.interactive-image .text-item .picture {
  max-width: 210px;
  max-height: 210px;
  margin-top: 10px;
}
.interactive-image .text-item a {
  text-decoration: underline;
  color: #000;
  display: block;
  margin-top: 10px;
}
.interactive-image .text-item a:visited {
  color: #1d2129;
}
.interactive-image .text-item a:hover {
  color: #1d2129;
}
.interactive-image .text-item a:active {
  color: #1d2129;
}
.interactive-image .video-item {
  max-width: 480px;
  padding: 20px;
  text-align: left;
}
.interactive-image .video-item .caption {
  display: block;
  margin-top: 14px;
  margin-bottom: -4px;
}
.interactive-image .video-item video {
  width: 480px;
  height: 270px;
  margin-bottom: -4px;
  object-fit: cover;
}
.interactive-image .video-item video:focus {
  outline: none;
}
