<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1200px) {
  .numbers-section .numbers h3 {
    font-size: 68px;
    line-height: 89px;
  }


  .section-customers .customer-logo img {
    max-width: 96%;
  }
  .section-content-container {
    margin-left: 30px;
    margin-right: 30px;
  }
} /*1200*/

@media screen and (max-width: 1024px) {
  .sl-section {
    padding-top: 100px;
  }
  .section-content-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .section-customers h2 {
    font-size: 30px;
    line-height: 44px;
  }
  section.sl-section.banner-section {
    margin: 80px 60px;
  }
  .banner-section .banner-area {
    background-position: right 0;
  }
  .banner-section .section-content-container {
    padding-top: 100px;
  }
  section.sl-section.highlight_area-section h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
  }
	.ancr .ancr-content p{
		line-height: 1.2;
	}
	.ancr .ancr-btn{
		padding:0;
	}

	#ancr-2399 .ancr-container{
		margin-bottom: 0;
	}
} /*1024*/

@media screen and (max-width: 800px) {
  .numbers-section .numbers h3 {
    font-size: 60px;
    line-height: 68px;
    text-align: center;
  }
  .numbers-section .numbers-item {
    text-align: center;
    padding-bottom: 80px;
  }
  section.sl-section.banner-section {
    /*    margin: 50px 32px;*/
    margin: 50px 0;
  }
  .banner-section h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .banner-section .section-content-container {
    padding-top: 48px;
  }
  .banner-section .banner-area {
    margin: 0 32px;
  }
  .banner-section .banner-area {
    background-position: right bottom;
  }
  .highlight-image img {
    max-width: 100%;
  }
  .highlight_area-section h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ff7249;
    text-align: center;
    text-transform: uppercase;
    padding-top: 55px;
    margin-bottom: 2px;
  }
  section.sl-section.highlight_area-section h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
  }
  .highlight-paragraph {
    /*    width: 311px;*/
    width: 100%;
    max-width: 100% !important;
    /* 	margin: 0 auto;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
  }
  .highlight-image img {
    margin: 0 45px;
  }
  section.sl-section.highlight_area-section {
    padding-bottom: 80px;
    padding-top: 30px;
  }

  .numbers-section .numbers {
    flex-flow: column;
    align-items: center;
  }
} /*800*/

@media screen and (max-width: 600px) {
  .txt-img-section .text-side h3 {
    text-align: left;
  }

  .sl-section {
    padding-top: 40px;
  }
  .section-content-container {
    margin-left: 32px;
    margin-right: 32px;
  }
  .section-customers h2 {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 24px;
    line-height: 36px;
  }

  .section-customers h3 {
    font-size: 12px;
  }
  #cookie-notice .cookie-notice-container {
    padding: 5px 25px;
  }
  .cookie-notice-container #cn-notice-text {
    text-align: left;
  }
  #cookie-notice .cookie-notice-container {
    padding: 5px 70px 0 10px;
  }
  .cookie-notice-container #cn-notice-buttons {
    display: block;
    text-align: left;
  }
} /*600*/
</pre></body></html>