@media (min-width: 992px) {
  .section-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .stories {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .stories__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    gap: 80px;
  }
}

@media (min-width: 992px) {
  .stories__column:first-child {
    width: calc(30% - 40px);
    flex: 0 0 calc(30% - 40px);
    order: 0;
  }
}

@media (min-width: 992px) {
  .stories__column:last-child {
    width: calc(70% - 40px);
    flex: 0 0 calc(70% - 40px);
    order: 0;
  }
}

@media (min-width: 992px) {
  .stories__pre-title--mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .stories__pre-title--desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .stories__video-wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    align-self: center;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .stories__video-content {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .stories__video-overlay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .stories__play-button {
    transition: transform 0.25s ease-out;
  }

  .stories__play-button:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 992px) {
  .stories__play-button {
    width: auto;
    height: auto;
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .stories__play-button img {
    width: 100%;
    height: auto;
    max-width: 268px;
    border-radius: 50%;
  }
}

@media (min-width: 992px) {
  .stories__selector {
    margin-top: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
  .stories__selector-item:hover .stories__selector-item-title__text {
    transform: translate3d(0, -100%, 0);
  }

  .stories__selector-item:hover .stories__selector-item-title__wrap::before {
    transform: translate3d(0, -100%, 0);
  }

  .stories__selector-item:hover .stories__selector-item-number {
    color: #009cda;
  }

  .stories__selector-item.is-active:hover .stories__selector-item-title__wrap::before {
    color: #404041;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .stories__selector-item-title {
    display: inline-block;
    overflow: hidden;
  }

  .stories__selector-item-title__wrap {
    position: relative;
    display: block;
    width: 100%;
  }

  .stories__selector-item-title__wrap::before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-weight: 700;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
    color: #009cda;
  }

  .stories__selector-item-title__text {
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
  }

  .stories__selector-item-title:hover .stories__selector-item-title__text {
    transform: translate3d(0, -100%, 0);
  }

  .stories__selector-item-title:hover .stories__selector-item-title__wrap::before {
    transform: translate3d(0, -100%, 0);
  }
}

@media (min-width: 992px) {
  .stories__selector-item-number {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}

@media (min-width: 992px) {
  .stories__quote {
    position: absolute;
    padding: 40px;
    width: 720px;
    max-width: none;
    height: fit-content;
    margin-inline: 0;
    margin-top: 0;
    right: auto;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

@media (min-width: 992px) {
  .stories__quote-wrapper {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    gap: 0;
    min-height: 400px;
    height: 400px;
    margin-top: 78px;
    order: 0;
  }
}

@media (min-width: 992px) {
  .stories__quote-text {
    font-size: inherit;
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (min-width: 992px) {
  .stories__quote-text p {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .stories__quote-text::before {
    width: 30px;
    height: 20px;
  }
}

@media (min-width: 992px) {
  .stories__quote-text::after {
    width: 30px;
    height: 20px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .home-masthead {
    height: 1080px;
    position: relative;
  }

  .home-masthead::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(265deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(265deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(265deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
}

@media (min-width: 992px) {
  .home-masthead__container {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .home-masthead__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
    margin-bottom: 0;
    max-width: 1520px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .home-masthead__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .home-masthead__content__seperator {
    display: block;
    background-color: #fbaf1a;
    width: 12px;
    height: 151px;
  }
}

@media (min-width: 992px) {
  .home-masthead__content__titles {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .home-masthead__content__titles__text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .home-masthead__content__titles__text::before {
    left: -30px;
  }
}

@media (min-width: 992px) {
  .home-masthead__content__titles__text p {
    max-width: 754px;
  }
}

@media (min-width: 992px) {
  .home-masthead__pre-title {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .home-masthead__title {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .home-masthead__button-wrap {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .home-masthead__bg--youtube .yt-bg-iframe {
    min-width: 1920px;
  }
}

@media (min-width: 992px) {
  .home-about {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .home-about__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    gap: 80px;
    padding-left: 20px;
    max-width: 1760px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .home-about__wrapper__column:first-child {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;
    align-self: center;
  }
}

@media (min-width: 992px) {
  .home-about__wrapper__column:last-child {
    order: 2;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .home-about__wrapper__column img,
  .home-about__wrapper__column video {
    width: 600px;
    height: 436px;
    max-width: none;
    border-radius: 600px 0 0 600px;
  }
}

@media (min-width: 992px) {
  .home-running-numbers__card {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 35px;
    padding-right: 35px;
    flex: 1 1 0;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card {
    height: 493px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card:hover {
    box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.14), -15px 22px 54px 0 rgba(96, 97, 112, 0.12);
  }
}

@media (min-width: 992px) {
  .solutions-slider__card__content {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card__tags {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card__link {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card:hover .solutions-slider__card__link {
    color: #009cda;
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card__logo {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__card__logo img {
    max-width: 275px;
  }
}

@media (min-width: 992px) {
  .solutions-slider {
    padding: 120px 0;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .solutions-slider__column {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .solutions-slider__column--actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    gap: 4px;
  }
}

@media (min-width: 992px) {
  .solutions-slider__mobile-actions {
    display: none;
  }
}

@media (min-width: 992px) {
  .solutions-slider__desktop-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    gap: 0;
    margin-top: 20px;
    padding: 0 max(20px, (100vw - 1760px) / 2);
  }
}

@media (min-width: 992px) {
  .solutions-slider__swiper-container {
    padding-left: max(20px, (100vw - 1760px) / 2);
  }
}

@media (min-width: 992px) {
  .solutions-slider__swiper .swiper-slide {
    width: calc((100% - 40px) / 2.6);
  }
}

@media (min-width: 992px) {
  .solutions-slider__button-prev,
  .solutions-slider__button-next {
    transition: opacity 0.25s ease-out;
  }

  .solutions-slider__button-prev:hover,
  .solutions-slider__button-next:hover {
    opacity: 0.6;
  }
}

@media (min-width: 992px) {
  .home-featured-thumbnail__container {
    height: 684px;
  }
}

@media (min-width: 992px) {
  .home-featured-thumbnail img,
  .home-featured-thumbnail video {
    height: 684px;
    max-width: 1760px;
  }
}

@media (min-width: 992px) {
  .home-collaborations {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .home-collaborations__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    gap: 62px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .home-collaborations__column:first-child {
    padding-left: max(20px, (100vw - 1760px) / 2);
  }
}

@media (min-width: 992px) {
  .home-collaborations__swiper .swiper-wrapper {
    gap: 70px;
    animation-duration: 50s;
  }
}

@media (min-width: 992px) {
  .home-collaborations__slide {
    height: 94px;
  }
}

@media (min-width: 992px) {
  .home-collaborations__image {
    width: 181px;
    height: 94px;
  }
}