/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*
General
Header & Footer
*/



:root {
    --green: #E9F8F5;
    --grey: #525252;
    --onyx: #0A1717;
    --orange: #F1A122;
    --white: #ffffff;
    --yellow: #F1A122;
}
@font-face {
  font-family: PP Telegraf;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/PPTelegraf-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: PP Telegraf;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/PPTelegraf-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: FK Grotesk;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGrotesk-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: FK Grotesk;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGrotesk-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: FK Grotesk;
  //src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGroteskSemiMono-Regular.otf);
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGrotesk-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: FK Grotesk;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGrotesk-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: FK Grotesk SemiMono;
  src: url(https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/FKGroteskSemiMono-Regular.otf);
  font-weight: 500;
}




/*
General
*/

* {
    color: var(--Onyx);
    font-family: FK Grotesk;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
img {
    max-width: 100%;
}
li {
    margin-bottom: 20px;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:visited {
    opacity: 0.9;
}


h1 {
	font-size:65px;
}
h2 {
    color: var(--onyx);
    font-family: PP Telegraf;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    margin: 0px;
}
h2.h3 {
    text-align: center;
    font-family: PP Telegraf;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
}
@media screen and (max-width: 950px) {
    h2 {
        font-size: 30px;
        line-height: 120%; /* 33.6px */
    }
    h2.h3 {
        font-size: 25px;
    }
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.lazybg {
    background-image: none !important;
}
.skip {
    background-color: var(--white);
    color: var(--onyx);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    transform: translateY(-100%);
    transition: all 0.2s ease-in;
}
.skip:focus {
    transform: translateY(0);
}
.inner {
    box-sizing: border-box;
    max-width: 1312px;
    margin: 0 auto;
    width: 100%;
}

.container {
	    max-width: 1312px;
    margin: 0 auto;
}

@media screen and (max-width: 1350px) {
    .inner {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
	header .inner {
		 padding-left: 1rem !important;
	}
	
	.container {
  padding-left: 2rem !important;
        padding-right: 2rem !important;
	}
	
}
body {
  margin: 0;
}


.btn-container {
    display: flex;
    gap: 8px;
}
/* .hs-button.primary.large,
body #contact input.hs-button.primary.large,
.btn {
    align-self: flex-start;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    display: flex;

    justify-content: flex-start;
    transition: all 0.2s ease-out;

} */
.button-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.button-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn.btn-primary {
	min-height:47px;
  display: inline-flex;
	font-family:FK Grotesk SemiMono;
  align-items: center;
  justify-content: flex-start;
  border-radius: 200px;
  height: 47px;
  background-color: var(--Citrine, #F1A122);
  background-image:
    url("https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/black%20arrow%20right.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px auto;
  padding: 0 45px 0 20px;
  transition: padding-right 0.2s ease-out;
	transform-origin: left center; /* anchor left edge */
}

.btn.btn-primary:hover {
  background-image:
    url("https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/black%20arrow%20right.svg"),
    linear-gradient(0deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.10) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px center, center; /* stays the same */
  background-size: 11px auto, cover;
  padding-right: 55px; /* only change: visual rightward expansion */
	
}
.btn.btn-primary-transparent {
  display: inline-flex;
	font-family:FK Grotesk SemiMono;
  align-items: center;
  justify-content: flex-start;
  min-height: 47px;
  border-radius: 200px;
  height: 47px;
  background-color: transparent;
  background-image: url("https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/orange%20arrow%20right.svg");
  background-repeat: no-repeat;
  background-position: right 20px center; /* base arrow position */
  background-size: 11px auto;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 0 45px 0 20px; /* leave space for arrow */
  margin-top: 30px;
  margin-left: 0;
  transition: background 0.3s ease, padding-right 0.2s ease-out;
  transform-origin: left center; /* anchor left edge */
}

/* Hover: add translucent bg + shift arrow right */
.btn.btn-primary-transparent:hover {
  background:
    url("https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/orange%20arrow%20right.svg") no-repeat right 20px center / 11px auto,
    rgba(255, 255, 255, 0.20);
  padding-right: 55px; /* expand only on right side */
}
.btn.btn-primary-transparent:hover::after {
  transform: translateX(10px);
}

.btn-tertiary {
  position: relative;
	font-family:FK Grotesk SemiMono;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--Onyx, #0A1717);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  gap: 14px;
  transition: gap 0.3s ease, transform 0.3s ease;
}

/* Arrow */
.btn-tertiary::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://21689503.fs1.hubspotusercontent-na1.net/hubfs/21689503/orange%20arrow%20right.svg") no-repeat center center / contain;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

/* Hover directly on button */
.btn-tertiary:hover {
  gap: 24px;
}

.btn-tertiary:hover::after {
  transform: translateX(10px);
}



.btn.btn-tertiary path,
.btn.btn-yellow path {
  fill: var(--onyx);
}
.btn.btn-yellow {
    background-color: var(--yellow);
    color: var(--onyx);
    display: inline-flex;
}
.btn .arrow {
    transition: 0.2s ease-in-out;
}


.btn:hover .arrow {
    transform: translateX(5px);
}
.divider.divider-dark {
    background: var(--grey);
    height: 1px;
    opacity: 0.5;
    margin: 35px auto;
    width: 100%;
}
.divider.vertical {
    background: var(--grey);
    height: 222px;
    margin: auto 0px;
    max-height: 100%;
    width: 1px;
}
.eyebrow {
    color: var(--yellow);
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/*
Header & Footer
*/
header {
    background-color: var(--white);
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 1000;
}
header .inner {
    padding: 0;
    max-width: 1342px;
	margin:0 auto;
}
@media screen and (max-width: 950px) {
    .inner {
        padding: 0 30px;
    }
}
footer {
    align-items: center;
    background-color: var(--onyx);
    box-sizing: border-box;
    display: flex;
    padding: 40px 0;
    position: relative;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    z-index: 1000;
}
footer .footer-nav {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: center;
}
footer .copyright {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
color: var(--White, #FFF);
text-align: center;
font-family: "FK Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

footer .cr, footer .links {
	    display: flex;
    gap: 20px;
}

footer a {
    color: var(--white);
}
footer ul {
    display: flex;
    gap: 42px;
    list-style-type: none;
}
footer .logo {
    margin-left: -25px;
}
footer .hs_cos_wrapper_type_social_sharing {
    display: flex;
    gap: 20px;
}
footer .hs_cos_wrapper_type_social_sharing a {
    transition: all 0.2s ease-out;
}
footer .hs_cos_wrapper_type_social_sharing a:hover {
    opacity: 0.9;
}
@media screen and (max-width: 950px) {
    footer {
        padding: 48px 30px;
    }
}
main {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
main .inner {
    box-sizing: border-box;
}
main p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 29px;
}
.fade-left,
.fade-up {
    visibility: hidden;
}
@media screen and (max-width: 900px) {
 
    footer img {
        translateX(-15px);
    }
    header img,
    footer img {
        max-height: 85px;
    }
    footer .footer-nav,
    footer .copyright {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    footer ul {
        padding-left: 0px;
    }
    footer ul {
        flex-direction: column;
        gap: 0px;
    }
    footer ul li a {
        display: inline-block;
        padding: 16px 0;
    }
}
footer .footer-content {
  display: flex;
  justify-content: center;
}
footer .footer-content * {
  color: white;
}
blockquote {
  color: var(--Onyx, #0A1717);
  text-align: center;
  font-family: "PP Telegraf";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
}
@media screen and (max-width: 991px) {
  footer .footer-content {
    flex-direction: column;
    gap: 20px;
  }
  footer li {
    margin-bottom: 0px;
  }
}

@media (max-width:767px) {
	body h2, body h2 span {
		font-size:28px!important;
	}
}