.hero-section .smooth-scroll:before, .hero-section .smooth-scroll:after {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.home .hero-section.gradient-bg:not(:last-of-type):before {
  height: calc(100% + 215px); }

body:has(.solutions-section) .hero-section .bg-slideshow {
  height: calc(100% + 215px) !important; }

.hero-section {
  position: relative;
  display: flex; }
  @media (min-width: 1024px) {
    .hero-section {
      min-height: 100vh; } }
  .hero-section.gradient-bg:before {
    z-index: 0; }
  .hero-section.wide-slider {
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 150px; }
    @media (min-width: 1200px) {
      .hero-section.wide-slider {
        padding-top: 278px;
        padding-bottom: 278px; } }
    .hero-section.wide-slider .holder {
      margin: auto 0; }
    .hero-section.wide-slider .bg-slideshow {
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 50%;
      margin: 0 0 0 -50vw; }
  .hero-section.default-slider {
    padding-bottom: 150px; }
    @media (min-width: 1024px) {
      .hero-section.default-slider {
        padding-bottom: 0; } }
    .hero-section.default-slider .bg-slideshow .bg-slide img {
      object-fit: contain; }
    .hero-section.default-slider .col-text {
      padding-top: 100px; }
      @media (min-width: 1024px) {
        .hero-section.default-slider .col-text {
          padding-top: 281px;
          padding-bottom: 278px; } }
  .hero-section .holder {
    width: 100%; }
    @media (min-width: 768px) {
      .hero-section .holder {
        display: flex;
        gap: 24px; } }
  .hero-section .col-text {
    width: 100%; }

@media (min-width: 768px) and (min-width: 768px) {
  .hero-section .col-text {
    flex: 1 1 60%; } }
  .hero-section .key-figures {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 50px; }

@media screen and (min-width: 768px) {
  .hero-section .key-figures {
    flex: 1 1 40%; } }
    .hero-section .key-figures .num {
      text-align: center;
      display: block;
      font-size: 45px;
      line-height: 1;
      font-weight: 100; }

@media screen and (min-width: 1024px) {
  .hero-section .key-figures .num {
    font-size: 59px; } }
    .hero-section .key-figures .text {
      display: block;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      text-align: center; }

@media screen and (min-width: 1024px) {
  .hero-section .key-figures .text {
    font-size: 27px; } }
    .hero-section .key-figures .img {
      max-width: 89px;
      max-height: 72px;
      width: auto;
      height: auto; }
  .hero-section .key-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 54px; }
  .hero-section .bg-slideshow {
    margin: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .hero-section .bg-slideshow {
        flex: 1 1 40%; } }
    @media (min-width: 1440px) {
      .hero-section .bg-slideshow {
        margin: 7.5% 3.5% 0.5% 0; } }
    .hero-section .bg-slideshow .bg-slide {
      height: 100%; }
      .hero-section .bg-slideshow .bg-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .hero-section .section-title {
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .hero-section .section-title {
        margin-bottom: 32px; } }
    @media (min-width: 1440px) {
      .hero-section .section-title {
        margin-bottom: 52px; } }
  .hero-section .text-holder {
    max-width: 770px;
    width: 100%; }
  .hero-section .text {
    max-width: 700px;
    width: 100%;
    margin: 0 0 20px; }
    .hero-section .text:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .hero-section .text h2 {
        margin-bottom: 49px; } }
    .hero-section .text h2:last-child {
      margin-bottom: 0; }
    .hero-section .text p {
      margin-bottom: 11px; }
      .hero-section .text p:last-child {
        margin-bottom: 0; }
    .hero-section .text ul li:before {
      background: #fff; }
  .hero-section .smooth-scroll {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    bottom: 57px;
    left: 46.5%; }
    @media (min-width: 1200px) {
      .hero-section .smooth-scroll {
        width: 112px;
        height: 72px; } }
    .hero-section .smooth-scroll:hover:before {
      transform: translate(-50%, calc(-50% + 10px)) rotate(40deg); }
    .hero-section .smooth-scroll:hover:after {
      transform: translate(-50%, calc(-50% + 10px)) rotate(-40deg); }
    .hero-section .smooth-scroll:before, .hero-section .smooth-scroll:after {
      width: 60%;
      height: 2px;
      content: '';
      background: #fff;
      position: absolute;
      top: 50%; }
    .hero-section .smooth-scroll:before {
      right: 13%;
      transform: translate(-50%, -50%) rotate(40deg); }
    .hero-section .smooth-scroll:after {
      left: 73%;
      transform: translate(-50%, -50%) rotate(-40deg); }
