:root {
  --primary: #f43334;
  --dark: #1b1f20;
  --text: #222222;
  --muted: #848884;
  --white: #ffffff;
  --border: #dddddd;
  --black: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 1349px) {
  .shra-banner-simple--content-right .shra-banner-simple__main {
    left: 0;
  }

  .shra-banner-simple__main {
    padding-inline-start: 2.25rem;
  }

  .shra-banner-simple__main--content-right {
    padding-inline-start: 0;
  }

  .shra-banner-simple__title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .shra-banner-simple__text {
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .shra-banner-simple {
    min-height: 0;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
  }

  .shra-banner-simple__main {
    width: 100%;
    min-height: 20.75rem;
    padding: 1.6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .shra-banner-simple__title--text-size-mob {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .shra-banner-simple__title--text-size-mob + .shra-banner-simple__text {
    margin-top: 0;
  }

  .shra-banner-simple__bg {
    display: none;
  }

  .shra-banner-simple__video {
    position: static;
  }

  .shra-banner-simple__mobile-img {
    display: block;
  }

  .shra-banner-simple--mobile-bg-cover .shra-banner-simple__mobile-img {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .shra-banner-simple--mobile-bg-cover .shra-banner-simple__mobile-img img {
    position: absolute;
  }

  .shra-banner-simple .wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 1349px) {
  .shra-block-info__text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .shra-block-info {
    background-color: #070707;
    padding-bottom: 1.8rem;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .shra-block-info__text {
    line-height: 1.5;
    max-height: 18em;
    overflow: hidden;
  }
}

@media screen and (max-width: 1349px) {
  .shra-solution-single__title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.917em;
  }

  .shra-solution-hero__title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .shra-solution-products__swiper {
    padding: 0;
  }

  .shra-solution-products__main {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .shra-solution-products__swiper.disabled
    .shra-solution-products__swiper-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .shra-solution-hero__title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .shra-solution-hero__scroll-icon {
    display: block;
    flex-shrink: 0;
  }

  .shra-solution-hero__scroll-icon img,
  .shra-solution-hero__scroll-icon svg {
    height: 1.35rem;
  }
}

@media screen and (max-width: 767px) {
  .shra-solution-hero {
    align-items: stretch;
    min-height: calc(100vh - 3.5rem);
    padding-bottom: 2.1rem;
    padding-top: 113.3%;
  }

  .shra-solution-hero__main {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.8rem;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  .shra-solution-hero__data {
    flex-grow: 1;
  }

  .shra-solution-hero__title {
    text-align: center;
  }

  .shra-solution-hero__cta {
    margin-top: 1.85rem;
  }

  .shra-solution-hero .shra-solution-hero__bg img {
    object-fit: contain;
    object-position: center top;
  }

  .shra-solution-hero .shra-solution-hero__desktop-bg {
    display: none;
  }

  .shra-solution-hero .shra-solution-hero__mob-bg {
    display: block;
  }

  .shra-solution-products__header {
    gap: 1.6rem 1.2rem;
  }

  .shra-solution-products__actions {
    width: 100%;
  }
}
