/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/pages/homepage.scss ***!
  \***************************************************************************************************************************************************/

/*** LTR websites ***/

.reveal-block {
  position: relative;
  overflow: hidden;
}

.reveal-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleX(1);
}

.reveal-block.active::before {
  transform: scaleX(0);
}

.reveal-block > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block.active > * {
  opacity: 1;
}

.reveal-block--rl {
  position: relative;
  overflow: hidden;
}

.reveal-block--rl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 100% 0;
  transform: scaleX(1);
}

.reveal-block--rl.active::before {
  transform: scaleX(0);
}

.reveal-block--rl > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--rl.active > * {
  opacity: 1;
}

.reveal-block--tb {
  position: relative;
  overflow: hidden;
}

.reveal-block--tb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleY(1);
}

.reveal-block--tb.active::before {
  transform: scaleY(0);
}

.reveal-block--tb > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--tb.active > * {
  opacity: 1;
}

.reveal-block--bt {
  position: relative;
  overflow: hidden;
}

.reveal-block--bt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 100%;
  transform: scaleY(1);
}

.reveal-block--bt.active::before {
  transform: scaleY(0);
}

.reveal-block--bt > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--bt.active > * {
  opacity: 1;
}

.section-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  gap: 20px;
}

.section-header__pre-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f1f1f2;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #009cda;
}

.section-header__title {
  color: #009cda;
  margin: 0;
  word-spacing: normal;
}

@media (max-width: 767px) {
  .section-header__title {
    letter-spacing: 0.04em;
  }
}

.section-header__separator {
  display: block;
  background-color: #fbaf1a;
  width: 120px;
  height: 4px;
}

.section-header__breadcrumbs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 20px;
}

.section-header__breadcrumbs #breadcrumbs {
  color: #808080;
}

.section-header__breadcrumbs #breadcrumbs a {
  color: #808080;
}

.section-header__breadcrumbs #breadcrumbs .breadcrumb_last {
  color: #404041;
}

.section-header__text {
  margin: 0;
}

.stories {
  padding: 40px 0;
}

.stories__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 32px;
}

.stories__column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
  position: relative;
  width: 100%;
}

.stories__column:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
  order: 2;
}

.stories__column:last-child {
  position: relative;
  width: 100%;
  order: 1;
}

.stories__pre-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f1f1f2;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #009cda;
}

.stories__pre-title--desktop {
  display: none;
}

.stories__video-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 90%;
  max-width: 300px;
  height: 195px;
  align-self: flex-start;
  margin-top: 16px;
}

.stories__video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.stories__video-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  padding: 20px;
}

.stories__video-title {
  margin: 0;
  color: #fff;
  transition: opacity 0.3s ease;
}

.stories__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  z-index: 2;
}

.stories__play-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.stories__play-button img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
}

.stories__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.stories .stories__youtube-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.stories .stories__youtube-wrapper .yt-bg-cover {
  background: transparent;
}

.stories__selector {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 0;
  width: 100%;
  margin-top: 24px;
  order: 3;
}

.stories__selector-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.stories__selector-item:first-child {
  padding-top: 0;
  border-top: none;
}

.stories__selector-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.stories__selector-item.is-active .stories__selector-item-title {
  color: #009cda;
  font-weight: 700;
}

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

.stories__selector-item-title {
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.stories__selector-item-number {
  margin: 0;
  padding: 0;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #c3c3c3;
  transition: color 0.3s ease;
}

.stories__quote {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 40px;
  position: relative;
  padding: 16px;
  background-color: #009cda;
  color: #fff;
  border-radius: 12px;
  margin-inline-start: auto;
  margin-inline-end: 0;
  margin-top: -70px;
  top: auto;
  right: auto;
  width: 90%;
  max-width: 300px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  z-index: 1;
}

.stories__quote-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: auto;
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  gap: 0;
}

.stories__quote-text {
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
  font-size: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.stories__quote-text p {
  font-size: 20px;
}

.stories__quote-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 14px;
  background-image: url(../../.././assets/images/left-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stories__quote-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 14px;
  background-image: url(../../.././assets/images/right-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stories__quote-author {
  transition: opacity 0.3s ease;
}

.home-masthead {
  height: 600px;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -10px;
}

.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(179deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  background-image: -o-linear-gradient(179deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
}

.home-masthead__container {
  height: 100%;
  padding-bottom: 40px;
}

.home-masthead__wrapper {
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.home-masthead__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 12px;
}

.home-masthead__content__seperator {
  display: block;
  background-color: #fbaf1a;
  width: 12px;
  height: 80px;
  flex-shrink: 0;
  margin-top: 0;
  align-self: flex-start;
}

.home-masthead__content__titles {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 16px;
}

.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: 0;
  position: relative;
  margin-left: 30px;
}

.home-masthead__content__titles__text::before {
  content: "";
  position: absolute;
  left: -30px;
  display: block;
  background-color: #fbaf1a;
  width: 12px;
  height: 100%;
}

.home-masthead__pre-title {
  margin-bottom: 16px;
}

.home-masthead__title {
  margin-bottom: 24px;
}

.home-masthead__bg {
  z-index: -1;
  position: absolute;
  height: 100%;
  inset: 0;
  width: 100%;
  object-fit: cover;
}

.home-masthead__bg--youtube {
  overflow: hidden;
}

.home-masthead__bg--youtube .yt-bg-iframe {
  min-width: 1067px;
}

.home-about {
  overflow: hidden;
  padding: 40px 0;
}

.home-about__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 40px;
  position: relative;
  width: 100%;
}

.home-about__wrapper__column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  gap: 30px;
  height: 100%;
}

.home-about__wrapper__column:first-child {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.home-about__wrapper__column:last-child {
  order: 1;
  padding: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  gap: 0;
  overflow: hidden;
}

.home-about__wrapper__column img,
.home-about__wrapper__column video {
  width: 100%;
  height: 280px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
  max-width: none;
  border-radius: 600px 0 0 600px;
  padding-left: 20px;
}

.home-running-numbers__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 20px;
}

.home-running-numbers__card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 20px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.08), -15px 22px 54px 0 rgba(96, 97, 112, 0.07);
  flex: 0 0 calc(50% - 10px);
  min-width: 0;
}

.home-running-numbers__card__number {
  color: #009cda;
  margin: 0;
  width: 100%;
  text-align: center;
  min-height: 1.2em;
  display: block;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  white-space: nowrap;
  min-width: var(--number-width, 0);
}

.home-running-numbers__card__text {
  margin: 0;
  text-align: center;
}

.home-running-numbers__card__separator {
  display: block;
  background-color: #fbaf1a;
  width: 80px;
  height: 4px;
  flex-shrink: 0;
}

.solutions-slider__card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.08), -15px 22px 54px 0 rgba(96, 97, 112, 0.07);
  width: 100%;
  text-align: left;
  height: fit-content;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease-out;
}

.solutions-slider__card__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
  height: 100%;
  min-height: 0;
  padding: 20px;
}

.solutions-slider__card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  margin-bottom: 24px;
}

.solutions-slider__card__tag {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f1f1f2;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #009cda;
  margin-bottom: 0;
}

.solutions-slider__card__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.solutions-slider__card__excerpt {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solutions-slider__card__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 4px;
  margin-top: auto;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  transition: color 0.25s ease-out, gap 0.25s ease-out;
}

.solutions-slider__card__link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

html[dir=rtl] .solutions-slider__card__link svg {
  transform: rotate(180deg);
}

.solutions-slider__card__logo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  background-color: #009cda;
  border-radius: 12px 12px 0 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .solutions-slider__card__logo {
    min-height: 140px;
    height: 140px;
    padding: 16px;
    justify-content: center;
  }
}

.solutions-slider__card__logo h4 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .solutions-slider__card__logo h4 {
    min-height: 2.6em;
    text-align: center;
  }
}

.solutions-slider__card__logo img {
  max-width: 215px;
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.solutions-slider {
  padding: 40px 0;
}

.solutions-slider__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
}

.solutions-slider__column--actions {
  display: none;
}

.solutions-slider__mobile-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 12px;
  margin-top: 20px;
  padding: 0 20px;
  flex-wrap: nowrap;
}

.solutions-slider__mobile-actions .solutions-slider__navigation {
  gap: 4px;
}

.solutions-slider__desktop-navigation {
  display: none;
}

.solutions-slider__swiper-container {
  margin-top: 40px;
  padding-left: max(20px, 100% - 1760px);
}

.solutions-slider__swiper {
  width: 100%;
}

.solutions-slider__swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
}

.solutions-slider__swiper .swiper-pagination {
  display: none;
}

.solutions-slider__swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  width: calc((100% - 20px) / 1.2);
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(60px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.solutions-slider__swiper .swiper-slide.is-entered {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .solutions-slider__swiper .swiper-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.solutions-slider__navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 4px;
}

.solutions-slider__button-prev,
.solutions-slider__button-next {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid #009cda;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

.solutions-slider__button-prev svg,
.solutions-slider__button-next svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.solutions-slider__button-prev::after,
.solutions-slider__button-next::after {
  display: none;
}

html[dir=rtl] .solutions-slider__button-next,
html[dir=rtl] .solutions-slider__button-prev {
  transform: rotate(180deg);
}

.home-featured-thumbnail__container {
  height: 180px;
}

.home-featured-thumbnail img,
.home-featured-thumbnail video {
  width: 100%;
  margin: 0 auto;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.home-collaborations {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .home-collaborations {
    overflow-x: hidden;
  }
}

.home-collaborations__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 32px;
}

@media (max-width: 991px) {
  .home-collaborations__container {
    align-items: stretch;
    max-width: 100%;
    overflow-x: hidden;
  }
}

.home-collaborations__column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 0;
}

.home-collaborations__column:first-child {
  flex: 0 0 35%;
  padding-left: 20px;
}

.home-collaborations__column:last-child {
  flex: 0 0 65%;
}

@media (max-width: 991px) {
  .home-collaborations__column:last-child {
    min-width: 0;
    max-width: 100%;
  }
}

.home-collaborations__swiper-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .home-collaborations__swiper-wrapper {
    overflow-x: hidden;
  }
}

.home-collaborations__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-collaborations__swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 32px;
  animation: marquee 90s linear infinite;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.home-collaborations__swiper:hover .swiper-wrapper {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.home-collaborations__slide {
  width: auto;
  flex-shrink: 0;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0;
  margin-right: 0;
}

.home-collaborations__image {
  width: 136px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}