.body {
  background-color: #000;
  font-family: 'Thesans lp4', sans-serif;
  color: #333;
  font-weight: 300;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #000;
  background-clip: border-box;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-links {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Thesans lp4', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.mobile {
  display: none;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Straumann_Logo_RGB_White.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat-x;
  background-attachment: scroll;
  text-align: right;
}

.section-intro {
  position: relative;
  top: 0px;
  z-index: 20;
  display: block;
  width: 100%;
  background-color: transparent;
}

.hero-text {
  position: absolute;
  width: 100%;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  opacity: 0;
}

.hero-text.first {
  margin-bottom: 80px;
  opacity: 0;
}

.hero-headline {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Thesans lp4', sans-serif;
  color: #8fb91c;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  text-shadow: 0 0 50px #000;
}

.hero-subline {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 50px #000;
}

.hero-scroll-container {
  position: relative;
  height: 400vh;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scroll-sequence-intro {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 400vh;
  margin-top: 80px;
  background-color: #000;
  background-clip: border-box;
}

.sequence-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.animation-sequence {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
}

.lottie-animation-container {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-hero-animation {
  position: absolute;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1400px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.lottie-hero-still {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  opacity: 0;
}

.lottie-hero-still.first {
  margin-bottom: 80px;
}

.section-feature-animation {
  position: relative;
  top: auto;
  z-index: 15;
  display: block;
  width: 100%;
  height: 400vh;
  background-color: #000;
}

.lottie-animation-feature {
  position: absolute;
  left: -10%;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 60vw;
  height: 60vw;
  max-height: 720px;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-text {
  position: static;
  right: 0px;
  z-index: 20;
  display: block;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
}

.feature-subline {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 50px #000;
}

.feature-subline.center {
  text-align: center;
}

.featured-headline {
  position: static;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Thesans lp7', sans-serif;
  color: #8fb91c;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 0 0 50px #000;
}

.featured-headline.single-feature {
  text-align: center;
}

.section-hero-image {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.features-1-scroll-container {
  position: relative;
  height: 400vh;
}

.hero-image-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Visual_TLX_01_Hero_Image_1.jpg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-single-text {
  position: relative;
  z-index: 20;
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-background-image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Visual_TLX_01_Hero_Image.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-background-image-container.hero-image-2 {
  background-image: url('../images/Visual_TLX_06.jpg');
}

.hero-background-image-container.hero-image-3 {
  background-image: url('../images/Visual_TLX_02.jpg');
}

.section-single-feature {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 300vh;
  background-color: #000;
}

.div-block {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #fff;
  background-clip: border-box;
}

.features-1-scroll-container-single {
  position: relative;
  height: 300vh;
}

.sticky-container-single {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-feature-single {
  position: relative;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 60vh;
  height: 60vh;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-feature-animation-mobile {
  position: relative;
  top: auto;
  z-index: 10;
  display: none;
  width: 100%;
  height: 400vh;
  background-color: #000;
}

.feature-text-mobile {
  position: static;
  right: 0px;
  z-index: 20;
  display: block;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
}

.sticky-container-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.featured-headline-mobile {
  position: static;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Thesans lp7', sans-serif;
  color: #8fb91c;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 0 0 50px #000;
}

.feature-subline-mobile {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 50px #000;
}

.heroimage-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Visual_TLX_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.heroimage {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Visual_TLX_01_Hero_Image.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.heroimage.image-2 {
  background-image: url('../images/Visual_TLX_06.jpg');
  background-position: 50% 20%;
}

.heroimage.image-3 {
  background-image: url('../images/Visual_TLX_02.jpg');
  background-position: 50% 50%;
}

.heroimage-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Visual_TLX_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.feature-9-still {
  position: absolute;
  left: -10%;
  z-index: 50;
  width: 60vh;
  height: 60vh;
  background-image: url('../images/TLX_Flow8-10.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.coming-2021 {
  position: static;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Thesans lp7', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 50px #000;
}

.text-span {
  font-size: 40px;
}

.close-icon {
  margin-right: 10px;
}

.font-awesome {
  font-family: 'Font Awesome', sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #222425;
  background-color: #161819;
}

.footer-content-container {
  max-width: 1400px;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-footer {
  padding-left: 15px;
  color: #9a9c9c;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.link-footer:hover {
  color: #ebebeb;
}

.footer-links {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-apprval-no {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.approval-no {
  margin-bottom: 0px;
  color: #9a9c9c;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.approval-no:hover {
  color: #ebebeb;
}

.section-all-about-tlx {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 25% 25%, #8fb91c, #749d00);
}

.image-all-about-tlx {
  position: static;
  left: auto;
  right: auto;
}

.button {
  position: absolute;
  z-index: 100;
  padding: 15px 25px;
  background-color: #222425;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}

.button:hover {
  background-color: #161819;
}

.container-all-about-tlx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .sticky-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottie-hero-animation {
    overflow: scroll;
    width: 200%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .lottie-hero-still {
    overflow: scroll;
    width: 200%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .lottie-hero-still.first {
    overflow: scroll;
    width: 200%;
    margin-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .feature-text {
    padding-right: 30px;
  }

  .feature-subline {
    font-size: 20px;
    line-height: 25px;
  }

  .featured-headline {
    font-size: 30px;
    line-height: 35px;
  }

  .section-hero-image {
    position: relative;
    height: 100vh;
    border-top-width: 0px;
  }

  .hero-image-2 {
    background-size: 120%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-background-image-container.hero-image-2 {
    background-size: cover;
  }

  .hero-background-image-container.hero-image-3 {
    background-size: cover;
  }

  .sticky-container-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottie-animation-feature-single {
    width: 60vh;
    height: 60vh;
  }

  .feature-text-mobile {
    padding-right: 30px;
  }

  .sticky-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-headline-mobile {
    font-size: 30px;
    line-height: 35px;
  }

  .feature-subline-mobile {
    font-size: 20px;
    line-height: 25px;
  }

  .heroimage-3 {
    background-position: 40% 50%;
  }

  .feature-9-still {
    width: 50vh;
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .nav-logo {
    height: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lottie-animation-container {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lottie-hero-animation {
    width: 200%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .lottie-hero-still {
    background-image: none;
  }

  .lottie-hero-still.first {
    overflow: scroll;
  }

  .section-feature-animation {
    display: none;
  }

  .lottie-animation-feature {
    left: auto;
    top: 10vh;
    right: auto;
    width: 100%;
    height: 50vh;
  }

  .feature-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-hero-image {
    height: 50vh;
  }

  .hero-image-2 {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .feature-single-text {
    width: 80%;
  }

  .sticky-container-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lottie-animation-feature-single {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-feature-animation-mobile {
    display: block;
  }

  .feature-text-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 15vh;
    width: 80%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .sticky-container-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .featured-headline-mobile {
    line-height: 32px;
    text-align: center;
  }

  .feature-subline-mobile {
    text-align: center;
  }

  .feature-9-still {
    left: auto;
    top: 10vh;
    width: 100%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: 60px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    display: none;
    height: 60px;
  }

  .nav-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }

  .nav-logo {
    width: 138px;
    height: 60px;
  }

  .hero-text {
    position: absolute;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    opacity: 0;
  }

  .hero-headline {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-subline {
    font-size: 30px;
    line-height: 33px;
  }

  .sticky-container {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scroll-sequence-intro {
    margin-top: 60px;
  }

  .lottie-animation-feature {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-text {
    position: absolute;
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-subline {
    font-size: 20px;
    line-height: 25px;
  }

  .featured-headline {
    font-size: 25px;
    line-height: 30px;
  }

  .section-hero-image {
    border-top-width: 0px;
  }

  .features-1-scroll-container {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-image-2 {
    background-position: 50% 50%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .feature-single-text {
    display: block;
    width: 100%;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-1-scroll-container-single {
    margin-top: 0px;
    padding-top: 0px;
  }

  .lottie-animation-feature-single {
    height: 350px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-text-mobile {
    position: absolute;
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sticky-container-mobile {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-headline-mobile {
    font-size: 25px;
    line-height: 28px;
  }

  .feature-subline-mobile {
    font-size: 20px;
    line-height: 25px;
  }

  .heroimage-3 {
    background-position: 38% 50%;
  }

  .coming-2021 {
    font-size: 30px;
    line-height: 33px;
  }

  .font-awesome {
    font-size: 25px;
  }

  .container-footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-footer {
    padding-right: 15px;
    text-align: center;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .approval-no {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    position: relative;
  }

  .container-all-about-tlx {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Thesans lp4';
  src: url('../fonts/TheSans_LP4_SemiLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thesans lp7';
  src: url('../fonts/TheSans_LP7_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}