#home #container .s1 {
  position: relative;
  background: #fff;
  padding: 12.5rem 0 7.5rem 0;
}
#home #container .s1 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#home #container .s1 .wrap > div {
  width: 50%;
}
#home #container .s1 .wrap .left > div {
  max-width: 845px;
  margin-left: auto;
  padding-left: 1rem;
}
#home #container .s1 .wrap .left .text-wrap {
  overflow: hidden;
}
#home #container .s1 .wrap .left .text-wrap h1 {
  font-weight: 600;
  font-size: 3.7rem;
  line-height: 4.5rem;
  transform: translateY(110%);
  transition: transform 1.21s cubic-bezier(0.6, 0, 0.1, 1), opacity 1.21s ease;
}
#home #container .s1 .wrap .left .text-wrap h1.active {
  transform: translateY(0);
}
#home #container .s1 .wrap .left .content {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
#home #container .s1 .wrap .left .content p {
  margin-top: 1.3rem;
}
#home #container .s1 .wrap .left .content .buttons {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  margin: 4.5rem 0 4rem 0;
}
#home #container .s1 .wrap .left .content .social a {
  display: inline-block;
  margin-right: 1rem;
  transition: opacity 0.3s ease;
}
#home #container .s1 .wrap .left .content .social a:hover {
  opacity: 0.7;
}
#home #container .s1 .wrap .left .content.active {
  opacity: 1;
}
#home #container .s1 .wrap .right {
  position: relative;
}
#home #container .s1 .wrap .right .image {
  display: block;
  width: 87%;
  height: 100%;
  margin-left: auto;
  background: url(/i/homepage1.jpg) no-repeat center/cover;
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transition: opacity 0.1s ease, clip-path 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.5s;
}
#home #container .s1 .wrap .right .image.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
#home #container .s2 {
  width: 100%;
  height: 957px;
  position: relative;
  overflow: hidden;
}
#home #container .s2 video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: fill;
}
#home #container .s2 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#home #container .s2 .play-btn {
  width: 278px;
  height: 278px;
  background: url(/i/svg/play-btn.svg) no-repeat center/contain;
  margin: 0 auto 4.5rem auto;
  cursor: pointer;
  transition: background-image 0.5s ease;
}
#home #container .s2 .play-btn:hover {
  background-image: url(/i/svg/play-btn-hover.svg);
}
#home #container .s2 h2, #home #container .s2 p {
  color: #fff;
}
#home #container .s2 h2 {
  min-width: 500px;
}
#home #container .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
#home #container .s2 .wrap p {
  max-width: 571px;
}
#home #container .s2::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
#home #container .s3 {
  padding: 9.5rem 0;
  background: #F4F4F4;
}
#home #container .s3 .intro h3 {
  max-width: 1327px;
  margin-top: 1.2rem;
}
#home #container .s3 .services {
  margin: 4.85rem 0;
}
#home #container .s3 .services .title {
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 2rem;
}
#home #container .s3 .services .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  gap: 3.4rem;
}
#home #container .s3 .services .wrap > div {
  width: 50%;
}
#home #container .s3 .services .wrap > div video {
  width: 100%;
}
#home #container .s3 .services .wrap .img {
  height: 546px;
}
#home #container .s3 .services .wrap .content {
  max-width: 700px;
}
#home #container .s3 .services .wrap .content > div {
  margin-bottom: 1rem;
}
#home #container .s3 .services .wrap .content p {
  font-size: 1rem;
}
#home #container .s3 .services .wrap .content p span {
  font-weight: 600;
  line-height: 1.5rem;
}
#home #container .s3 .services .wrap .content .arrow-btn {
  margin-top: 1.65rem;
}
#home #container .s3 .products .title {
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 2rem;
}
#home #container .s3 .products .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
#home #container .s3 .products .wrap > div {
  width: 33.33%;
  position: relative;
  background: #fff;
  padding: 3.35rem 2.4rem;
}
#home #container .s3 .products .wrap > div p:last-of-type {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1rem 0;
  min-height: 210px;
}
#home #container .s4 {
  padding: 9.5rem 0;
  background: #fff;
}
#home #container .s4 .container {
  text-align: center;
}
#home #container .s4 .see-all {
  margin-top: 5.9rem;
}
#home #container .s4 .page-nav {
  width: 100% !important;
  max-width: 1390px;
  margin: 0 auto;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5rem;
}
#home #container .s4 .page-nav .fx-nav {
  width: 16.67%;
  text-align: center;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-right: solid 1px rgba(0, 0, 0, 0.102);
  transition: border 0.5s ease;
  cursor: pointer;
}
#home #container .s4 .page-nav .fx-nav > div {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#home #container .s4 .page-nav .fx-nav.fx-on > div {
  opacity: 1;
}
#home #container .s4 .page-nav .fx-nav.fx-on, #home #container .s4 .page-nav .fx-nav:last-of-type.fx-on {
  border: solid 1px #000;
}
#home #container .s4 .page-nav .fx-nav:last-of-type {
  border-right: none;
}
#home #container .s4 .page-nav .fx-nav:hover {
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#home #container .s4 .fx-slides {
  width: 100% !important;
}
#home #container .s4 .inner-slider > div > div > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#home #container .s4 .inner-slider .fx-list {
  display: none;
}
#home #container .s4 .article {
  display: block;
  background-color: #F4F4F4;
  padding: 2.25rem;
  text-align: left;
  border: solid 1px transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
#home #container .s4 .article .date {
  font-weight: 300;
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 1.1rem;
}
#home #container .s4 .article img {
  display: block;
  width: 100%;
  max-height: 235px;
  object-fit: cover;
  margin: 1rem 0 1.5rem 0;
}
#home #container .s4 .article .md-wrap {
  display: block;
  min-height: 60px;
}
#home #container .s4 .article p.md {
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home #container .s4 .article:hover {
  border-color: #000;
  background-color: #F4F4F4;
}
#home #container .s4 .article:hover .arrow-btn {
  color: #f90;
}
#home #container .s5 {
  background: #F4F4F4;
}
#home #container .s5 .hs-richtext p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2rem;
}
#home #container .s5 .hs-richtext a {
  color: #1F1F1F;
}

/***** MEDIA *****/
@media screen and (max-width: 1650px) {
  #home #container .s1 .wrap .left .text-wrap h1 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 1360px) {
  #home #container .s1 {
    height: auto;
    min-height: auto;
  }
  #home #container .s1 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: auto;
    transform: none;
  }
  #home #container .s1 .wrap > div {
    width: 100%;
  }
  #home #container .s1 .wrap .left > div {
    margin-left: 0;
    padding-right: 1rem;
    max-width: none;
  }
  #home #container .s1 .wrap .right {
    height: 450px;
    margin-bottom: 5rem;
  }
  #home #container .s4 .page-nav .fx-nav {
    font-size: 13px;
  }
  #home #container .s4 .fx-slides > div > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1300px) {
  #home #container .s1 {
    padding: 7.5rem 0;
  }
  #home #container .s1 .wrap .left .content .buttons {
    flex-wrap: wrap;
  }
  #home #container .s1 .wrap .left .content .buttons .global-btn {
    min-width: 250px;
  }
  #home #container .s1 .wrap .left .content .buttons .global-btn span {
    display: block;
  }
  #home #container .s1 .wrap .right .image {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  #home #container .s3 .products .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home #container .s3 .products .wrap > div {
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
  }
  #home #container .s3 .products .wrap > div p:last-of-type {
    min-height: auto;
  }
}
@media screen and (max-width: 1100px) {
  #home #container .s2 {
    height: 800px;
  }
  #home #container .s2 .play-btn {
    width: 150px;
    height: 150px;
    margin-bottom: 3rem;
  }
  #home #container .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #home #container .s2 .wrap h2 {
    min-width: auto;
  }
  #home #container .s2 .wrap h2 br {
    display: none;
  }
  #home #container .s2 .wrap p {
    max-width: none;
  }
  #home #container .s3 .services .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #home #container .s3 .services .wrap p.image-disclaimer {
    width: 100%;
    padding-left: 0;
  }
  #home #container .s3 .services .wrap > div {
    width: 100%;
  }
  #home #container .s3 .services .wrap .img {
    width: 100%;
  }
  #home #container .s3 .services .wrap .content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #home #container .s1 {
    padding: 5rem 0;
  }
  #home #container .s1 .wrap .left .text-wrap h1 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  #home #container .s1 .wrap .left .content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
  }
  #home #container .s1 .wrap .left .content .buttons .global-btn {
    width: 100%;
    min-width: 220px;
  }
  #home #container .s1 .wrap .right {
    height: 300px;
    margin-bottom: 3rem;
  }
  #home #container .s2 {
    height: auto;
    padding: 5rem 0;
  }
  #home #container .s2 .container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #home #container .s2 .play-btn {
    width: 80px;
    height: 80px;
  }
  #home #container .s2::before {
    background: url(/i/homepage-videostill.png);
  }
  #home #container .s3 {
    padding: 5rem 0;
  }
  #home #container .s3 .services {
    margin: 3rem 0 7rem;
  }
  #home #container .s3 .services .wrap {
    gap: 3rem;
  }
  #home #container .s3 .services .wrap .img {
    height: 350px;
  }
  #home #container .s4 {
    padding: 5rem 0;
  }
  #home #container .s4 .page-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  #home #container .s4 .page-nav .fx-nav {
    width: auto !important;
    padding: 8px 10px;
    margin-bottom: 7px;
    font-size: 11px;
    border-right: none;
  }
  #home #container .s4 .article {
    padding: 2rem 1rem;
  }
  #home #container .s4 .article .md-wrap {
    min-height: auto;
  }
  #home #container .s4 .article .date {
    font-size: 14px;
  }
  #home #container .s4 .see-all {
    margin-top: 3rem;
  }
  #home #container .s4 .inner-slider > div > div > div {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/*# sourceMappingURL=home.css.map */
