@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: 'Source Sans Variable';
  src: url('/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt.otf') format('otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { 
  font-family: "Source Sans Variable"; 
  src: url("/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt-Bold.otf") format("otf"); 
  font-style: normal; 
  font-weight: 400;    
}
@font-face {
  font-family: 'AkcelerAalt';
  src: url('/Templates/Custom/Page/Apexhouse-2025/fonts/AkcelerAalt-Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zing Rust Demo Base';
  src:
    url('https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/Apex-2025/Fonts/ZingRustDemo-Base.eot') format('embedded-opentype'),
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/ZingRustDemoBase/ZingRustDemo-Base.woff2) format('woff2'),
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/ZingRustDemoBase/ZingRustDemo-Base.woff) format('woff'),
    url(https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/raw_assets/public/Templates/Custom/Page/Apexhouse-2025/fonts/ZingRustDemoBase/ZingRustDemo-Base.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight:400;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.hs-content-name-apex-thermo-landing-page {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Source Sans 3', sans-serif;
  font-size:22px;
}

.content-wrapper{ 
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===============================
1. TYPOGRAPHY
================================ */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Source Sans 3', sans-serif;
}
h1{
  font-size:44.57px;
}
h2{
  font-size: 45px;
  line-height:1.1;
  font-weight: 400;
}
h2 span{
  font-size: 51px; 
  line-height:1;
  font-family: 'Zing Rust Demo Base';
  font-weight: 400;
}
h6{
  font-size:22px;
  color:#000;
}

p {
  margin-bottom: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-size:16px !important;
  font-weight:400;
  line-height:1.2;
}
a {
  text-decoration: none;
  transition:0.5s all ease;
  font-family: 'Source Sans 3', sans-serif;
}
img {
  max-width: 100%;
  display: block;
}

/* ===============================
5. BUTTONS
================================ */
a.cta-link{
  border: 1px solid transparent;
  border-radius: 26px;
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 13px 39px 13px 39px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all .5s ease-in-out;
  position:relative;
  box-shadow: inset 2px 1px 6px rgba(0, 0, 0, 0.5), inset -4px -4px 9px rgba(0, 0, 0, 0.25);
}
a.cta-link:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  right: 0;
  bottom: -26px;
  height: 40px; 
  background: rgba(255, 255, 255, 0.4);
  filter: blur(17px);  /* smooth glow */
  border-radius: 50%;
  z-index: -1;
  width: 50%;
}

.primary_button .hs-button.large.primary, .primary_button a.cta-link,
.primary_button a.cta_button[title], .primary_button input.hs-button.primary.large, form input[type=submit] {
  background-color: #b61c16;
  color:#fff;
  background:
    linear-gradient(#b61c16, #b61c16) padding-box,
    linear-gradient(90deg, #ff3131, #ff914d) border-box;
}
.primary_button .hs-button.large.primary:hover, .primary_button a.cta-link:hover, .primary_button a.cta_button[title]:hover,
.primary_button input.hs-button.primary.large:hover, a.cta-link:hover, form input[type=submit]:hover{
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #ff3131, #ff914d) border-box;
  color:#b61c16;
  opacity:1;
}

.secondary_button .hs-button.large.primary, .secondary_button a.cta-link, .secondary_button a.cta_button[title],
.secondary_button form input[type=submit], .secondary_button input.hs-button.primary.large {
  background-color: #fff;
  color: #ef2e33;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #ff3131, #ff914d) border-box;
}
.secondary_button .hs-button.large.primary:hover, .secondary_button a.cta-link:hover, .secondary_button a.cta_button[title]:hover, 
.secondary_button form input[type=submit]:hover, .secondary_button input.hs-button.primary.large:hover, .select-pool-btn:hover {
  background:
    linear-gradient(#b61c16, #b61c16) padding-box,
    linear-gradient(90deg, #ff3131, #ff914d) border-box;
  color: #fff;
  opacity:1;
}
/* .secondary_button .cta-link:after {
background-image: url("https://367344.fs1.hubspotusercontent-na1.net/hubfs/367344/Apex-2025/Images/button-shadow.png");
width: 100%;
height: 100%;
content: "";
position: absolute;
inset: 0;
background-repeat: no-repeat;
background-position: 50% 4%;
background-size: 110%;
} */
@media(max-width:991px){
  h2{
    font-size: 35px;
  }
  a.cta-link {
    font-size: 18px;
  }
  h2 span{
    font-size: 42px; 
  }
  h6{
    font-size:20px;
  }
}
@media(max-width:767px){
  a.cta-link {
    padding: 10px 30px;
    font-size: 16px;
  }
  h2{
    font-size: 22px;
  }
  h2 span{
    font-size: 28px; 
  }
  h6{
    font-size:18px;
  }
}
}

/* ===============================
8. UTILITIES
================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/**********  Flex  **********/

.mob-flex,
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-wrap {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-no-wrap,
.mob-flex.flex-no-wrap,
.flex.flex-no-wrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-center{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/**********  Flex-Direction **********/

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/**********  Flex-Align **********/

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

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

/**********  Flex-Justify **********/

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media(max-width:767px){
  .flex{
    display:block;
  }
  .mob-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mob-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mob-flex.flex-between-center{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

}