/* icon */
.icon-wrapper .icon-external::after {
    position: relative;
}
.icon-external::after, .icon-external::before {
    top: -0.08em;
}

.gallery-item-caption-disclaimer {
  display: block;
  font-size: 14px;
  color: var(--sk-glyph-gray-secondary);
  font-weight: 400;
  margin-top: 0.75em;
}

/* hero */
@media (min-width:1441px){
    .section-welcome .viewport-content{
        column-gap: 0px;
    }
}

html.enhanced .gestures-container{
  height: 300px;
}

@media (max-width:734px){
  html.enhanced .gestures-container{
    height: unset;
  }
}

/* section-safety */
.section-safety .section-intro-headline .gradient-headline{
  position: relative;
  display: inline-block;
}

/* section-fitness */
.section-fitness .hero-media-container{
  left: -347px;
}

@media (max-width:1068px){
  .section-fitness .hero-media-container{
    left: -234px;
  }
}

@media (max-width:734px){
  .section-fitness .hero-media-container{
    left: -137px;
  }
}

@media (min-width:735px){
  .section-header .section-header-headline{
    min-width: 72%;
  }
}