.hotspot-hero {
  position: relative;
  overflow: hidden;
}
.hotspot-hero-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.hotspot-hero-content, .hotspot-hero-media {
  grid-column: 1;
  grid-row: 1;
}
.hotspot-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.hotspot-hero-content {
  padding-top: 30px;
}
@media (min-width: 575px) {
  .hotspot-hero-content {
    padding-top: calc(30px + 65 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hotspot-hero-content {
    padding-top: 95px;
  }
}
@media (max-width: 991.98px) {
  .hotspot-hero-content {
    background: rgba(0, 0, 0, 0.2);
  }
}
.hotspot-hero-content h1 {
  color: #fff;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: 0.5s;
  animation-delay: 0.75s;
  padding: 0 30px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 575.98px) {
  .hotspot-hero-content h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.75px;
    padding: 0 15px;
  }
}
.hotspot-hero-content .long-line {
  content: "";
  background-color: #D1DAEC;
  width: 1px;
  margin: 0 auto;
  height: 50%;
  animation-name: heightGrowLarge;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: 0.5s;
  animation-delay: 2s;
}
@keyframes heightGrowLarge {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 50%;
  }
}
@media (max-width: 767.98px) {
  .hotspot-hero-content .long-line {
    display: none;
  }
}
.hotspot-hero-content .section-line {
  content: "";
  background-color: #D1DAEC;
  width: 1px;
  margin: 0 auto;
  height: 160px;
  animation-name: heightGrow;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: 0.5s;
  animation-delay: 1s;
}
@keyframes heightGrow {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .hotspot-hero-content .section-line {
    height: 130px;
  }
}
@media (max-width: 1199.98px) {
  .hotspot-hero-content .section-line {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .hotspot-hero-content .section-line {
    display: none;
  }
}
.hotspot-hero-media figure:after {
  content: "";
  position: absolute;
  opacity: 0.47;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%);
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
}
.hotspot-hero-media figure.desktop-img {
  display: none;
}
@media (min-width: 992px) {
  .hotspot-hero-media figure.desktop-img {
    display: block;
  }
}
.hotspot-hero-media figure.mobile-img {
  display: none;
}
@media (max-width: 991.98px) {
  .hotspot-hero-media figure.mobile-img {
    display: block;
  }
}
.hotspot-hero-logo {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: 0.5s;
  animation-delay: 1.5s;
}
.hotspot-hero-logo img {
  max-width: 200px;
}
@media (min-width: 575px) {
  .hotspot-hero-logo img {
    max-width: calc(200px + 300 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hotspot-hero-logo img {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hotspot-hero-logo img {
    max-width: 400px;
  }
}
.hotspot-hero .section-line.bottom {
  content: "";
  background-color: #D1DAEC;
  width: 1px;
  height: 160px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hotspot-hero .section-line.bottom {
    height: 100px;
    bottom: -50px;
  }
}

.image-hotspots-wrapper {
  width: 100%;
}
.image-hotspots-wrapper .image-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.image-hotspots-wrapper .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .image-hotspots-wrapper .image-wrapper img {
    max-height: 700px;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 767.98px) {
  .image-hotspots-wrapper .image-wrapper img {
    max-height: 600px;
  }
}
.image-hotspots-wrapper .hotspot-box {
  z-index: 2;
}
.image-hotspots-wrapper .hotspot-box-label {
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 100%;
  white-space: nowrap;
}
.image-hotspots-wrapper .hotspot-box-label {
  font-size: 18px;
}
@media (min-width: 575px) {
  .image-hotspots-wrapper .hotspot-box-label {
    font-size: calc(18px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .image-hotspots-wrapper .hotspot-box-label {
    font-size: 22px;
  }
}
.image-hotspots-wrapper .hotspot-box-label {
  line-height: 24px;
}
@media (min-width: 575px) {
  .image-hotspots-wrapper .hotspot-box-label {
    line-height: calc(24px + 8 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .image-hotspots-wrapper .hotspot-box-label {
    line-height: 32px;
  }
}
.image-hotspots-wrapper .hotspot-box-label.move-left {
  left: unset;
  right: 100%;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .image-hotspots-wrapper .hotspot-box-label {
    display: none;
  }
}
.image-hotspots-wrapper .hotspot-box-button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  border: none;
  animation: pulsate 2s ease-out infinite;
  transition: 0.25s ease;
}
.prefers-reduced-motion .image-hotspots-wrapper .hotspot-box-button {
  transition: none;
}
.is-tabbing .image-hotspots-wrapper .hotspot-box-button:focus {
  scale: 1.5;
}
@media (hover: hover) {
  .image-hotspots-wrapper .hotspot-box-button:hover {
    scale: 1.5;
  }
}
.image-hotspots-wrapper .hotspot-box-button:before {
  content: "\f102";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #1B44A0;
  font-size: 14px;
  rotate: 0;
  transition: 0.25s ease;
}
.prefers-reduced-motion .image-hotspots-wrapper .hotspot-box-button:before {
  transition: none;
}
.image-hotspots-wrapper .hotspot-box .icon-close {
  display: none;
}
.image-hotspots-wrapper .hotspot-box.show-box {
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .image-hotspots-wrapper .hotspot-box.show-box {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-label {
  opacity: 0;
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button {
  height: 30px;
  width: 30px;
  animation: none;
  z-index: 10;
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button:before {
  rotate: 45deg;
}
@media (max-width: 991.98px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-button {
    display: none;
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
  position: absolute;
  padding: 30px 64px 36px;
  overflow-y: auto;
  width: 350px;
  height: auto;
  background-color: #F2EFE8;
  border-radius: 0;
  z-index: 3;
  max-height: 300px;
}
@media (max-width: 991.98px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
    position: absolute;
    width: 500px;
    height: 350px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 575.98px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner {
    top: 30px;
    translate: 0;
    width: calc(100% - 60px);
    left: 30px;
    height: auto;
    max-height: calc(100% - 30px);
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close {
  display: block;
  position: absolute;
  line-height: normal;
  display: flex;
  position: absolute;
  right: 60px;
  top: 40px;
  translate: 0 -50%;
  font-size: 18px;
  background: none;
  border: none;
  color: #1B44A0;
  top: 30px;
  right: 30px;
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  background-color: #1B44A0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
  transition: 0.25s ease;
}
@media (hover: hover) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close:hover {
    color: #fff;
  }
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close:hover:after {
    width: 50px;
    height: 50px;
  }
}
.is-tabbing .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close:focus {
  color: #fff;
}
.is-tabbing .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close:focus:after {
  width: 50px;
  height: 50px;
  border: 1px solid #1B44A0;
}
@media (min-width: 992px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner .icon-close {
    display: none;
  }
}
@media (min-width: 768px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner.move-left {
    right: 0;
  }
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-inner.move-top {
    bottom: 0;
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
  font-size: 18px;
}
@media (min-width: 575px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
    font-size: calc(18px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
    font-size: 22px;
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
  line-height: 24px;
}
@media (min-width: 575px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
    line-height: calc(24px + 4 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-title {
    line-height: 28px;
  }
}
.image-hotspots-wrapper .hotspot-box.show-box .hotspot-box-desc {
  font-size: 16px;
  line-height: 24px;
}

.hotspot-box:nth-of-type(1) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 1);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hotspot-box:nth-of-type(2) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 2);
}

.hotspot-box:nth-of-type(3) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 3);
}

.hotspot-box:nth-of-type(4) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 4);
}

.hotspot-box:nth-of-type(5) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 5);
}

.hotspot-box:nth-of-type(6) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 6);
}

.hotspot-box:nth-of-type(7) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 7);
}

.hotspot-box:nth-of-type(8) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 8);
}

.hotspot-box:nth-of-type(9) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 9);
}

.hotspot-box:nth-of-type(10) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 10);
}

.hotspot-box:nth-of-type(11) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 11);
}

.hotspot-box:nth-of-type(12) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 12);
}

.hotspot-box:nth-of-type(13) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 13);
}

.hotspot-box:nth-of-type(14) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 14);
}

.hotspot-box:nth-of-type(15) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 15);
}

.hotspot-box:nth-of-type(16) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 16);
}

.hotspot-box:nth-of-type(17) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 17);
}

.hotspot-box:nth-of-type(18) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 18);
}

.hotspot-box:nth-of-type(19) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 19);
}

.hotspot-box:nth-of-type(20) {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-delay: calc(0.25s * 20);
}

@keyframes pulsate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}