.ce_hero_section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--background-image) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background-size 500ms ease;
}
.ce_hero_section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 6, 15, 0.6);
  z-index: 3;
}
.ce_hero_section .inside {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.ce_hero_section .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ce_hero_section .hero-bg figure {
  width: 100%;
  height: 100%;
}
.ce_hero_section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_hero_section .hero-bg.hidden {
  display: none;
}
.ce_hero_section .hero-content {
  max-width: 48em;
  padding-top: calc(9.35% + 100px);
}
.ce_hero_section .hero-content .btn-primary {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0.8em 1em 0;
  padding: 1em;
  border-radius: 9999px;
  background-color: #3A6AFD;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
  opacity: 1;
}
.ce_hero_section .hero-content .btn-primary:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.ce_hero_section .hero-content .slide-in {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.ce_hero_section .hero-content .slide-in.show {
  opacity: 1;
  transform: translateX(0);
}
.ce_hero_section .hero-heading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.375em, 3.52vw + 2.096em, 5.625em);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin-bottom: 0.25em;
  opacity: 1;
}
.ce_hero_section .hero-heading:last-child {
  margin-bottom: 0;
}
.ce_hero_section .hero-subheading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.375em, 0.588vw + 1.162em, 1.75em);
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 1.2em;
  opacity: 1;
}
.ce_hero_section .hero-subheading:last-child {
  margin-bottom: 0;
}
.tl_content .limit_height {
  height: 100% !important;
}
.tl_content .ce_hero_section {
  min-height: 30vh;
}
.tl_content img {
  max-width: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fcnctoolshop%2Fpublic_html%2Fprivate-bundles%2Fpixelpunkcoder%2Fcnctoolshop%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2Fce_hero_section.scss%22%2C%22home%2Fcnctoolshop%2Fpublic_html%2Fprivate-bundles%2Fpixelpunkcoder%2Fcnctoolshop%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F_typography.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACcR%3BAAAA%3BAAAA%3BAAAA%3BADTQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */