@font-face {
  font-family: 'avenir';
  src: url('fonts/avenir-black-webfont.woff2') format('woff2'),
    url('fonts/avenir-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;

}

@media only screen and (min-width: 40.0625em) {
  .bleed-to-edge-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }

  .text-image .bleed-to-edge-image {
    left: auto;
    right: 0;
  }

  .bleed-to-edge-wrapper {
    position: relative;
  }


}

@media only screen and (max-width: 1023px) {
  .interactive-map .text-image .columns {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .interactive-map .text-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .interactive-map .text-image .columns:first-of-type {
    max-width: 45rem;
    margin-left: auto;
  }

  .interactive-map .text-image .columns:last-of-type {
    max-width: 50%;
  }
}

/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}



/* Hotspot */

#hotspotImg {
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg .img-responsive {
  max-width: 100%;
}

#hotspotImg .hot-spot {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: rgba(229, 0, 137, 0.6);
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 187, 211, 1);
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
  background-color: transparent;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 148px;
  padding: 0;
  position: absolute;
  text-align: left;
  bottom: 8px;
  width: 280px;
  z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row {
  padding: 0px 10px 30px;
}

#hotspotImg .hot-spot .tooltip h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 187, 211, 1);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1;

}

#hotspotImg .hot-spot .tooltip p {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #3c3e43;
  font-weight: 500;
}

#hotspotImg .hot-spot .tooltip p:last-child {
  margin-bottom: 0;
}

#hotspotImg .hot-spot {
  background: none;
  border: 1px solid rgba(0, 187, 211, 0.6);
  width: 20px;
  height: 20px;
}

#hotspotImg .hot-spot:after {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: inline-block;
  content: '';
  background: rgba(0, 187, 211, 0.6);
  top: 6px;
  left: 6px;
  position: absolute;
}

#hotspotImg .hot-spot:before {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  display: inline-block;
  content: '';
  border: 1px solid rgba(0, 187, 211, 0.6);
  top: 3px;
  left: 3px;
  position: absolute;
}

.background-video {
  position: absolute;
  width: 99%;
  height: 99%;
  background: white;
}

.wf-loading #masthead .column a,
.wf-loading .right-off-canvas-menu a,
.wf-loading .right-off-canvas-menu li {
  opacity: 1;
  visibility: visible;
}

.responsive-hotspot-note {
  position: absolute;
  font-weight: 700;
  font-size: 26px;
  bottom: 15%;
  left: 5%;
  color: #00bbd3;
}


@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .responsive-hotspot-note {
    font-size: 24px;
  }
}


@media screen and (max-width: 480px) {
  .responsive-hotspot-note {
    font-size: 24px;
  }
}

.responsive-hotspot-note span {
  position: relative;
  border-bottom: 3px solid;
}

.image-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 680px;
  width: 100%;
  position: relative;
  z-index: 1;
}



.bleed-to-edge-image * {
  width: 100%;
}

.media-offering {
  padding-top: 0;
  padding-bottom: 0;
}


.media-offering .row {
  display: flex;
  align-items: center
}

@media screen and (max-width: 768px) {
  .media-offering .columns:not(.bob) {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .media-offering .row {
    display: block;
  }
}


.use-case-kandou.img_txt_columns .img video {
  display: block !important;
  max-width: 100%;
}


@media only screen and (min-width: 40.0625em) {
  .use-case-kandou .row {
    display: flex;
    align-items: center;
  }
}

.img_txt_columns .caption {
  font-size: 12px;
  margin-top: 12px;
}

.background-number {
  font-family: Avenir;
  position: absolute;
  font-size: 800px;
  font-weight: 900;
  line-height: 0.85;
  top: -40px;
  color: #f4f4f4;
  right: 0;
}

@media screen and (max-width: 768px) {
  .background-number {
    display: none;
  }
}


.text-image .background-number {
  left: 25%;
}

.social-media-intro {
  padding-top: 0;
}

.uppercase {
  text-transform: uppercase;
}

.w-full {
  width: 100%;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 200px;
  row-gap: 80px;
  padding-top: 50px;
}

@media screen and (max-width: 1240px) {
  .service-items {
    column-gap: 100px;
  }
}

@media screen and (max-width: 1040px) {
  .service-items {
    column-gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .service-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}


.service-item {
  display: flex;
  flex-direction: column;
}

.service-item-icon {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.service-icon-title {
  font-family: 'Georgia';
  color: #fff;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 0;
  /* margin-top: auto; */
}


@media screen and (max-width: 480px) {
  .service-icon-title{
    padding-top: 0;
    font-size: 20px;
  }
}

.primary-color {
  color: #00bbd3;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  /* Optional background */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.slick-work-gallery {
  position: relative;
}

.slick-work-gallery .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  display: flex !important;
  gap: 5px;
  justify-content: center;
}

.slick-work-gallery .slick-dots button {
  width: 14px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  color: transparent;
  border: 2px solid #aaa;
  background: none;
  border-radius: 16px;
}

.slick-work-gallery .slick-dots .slick-active button {
  border-color: #10a2b4;
}

@media screen and (max-width: 768px) {
  .text-image > .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.off-canvas-list li{
  transform: none !important;
}