body { 
    width: 100%; 
    height: 100%; 
    font-size: 16px; 
    font-family: "neue-haas-grotesk-display",Arial,Helvetica,sans-serif; 
    font-weight: 400; 
    line-height: 1.5; 
    scroll-behavior: smooth; 
    position: relative;
} 

header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2em;
    z-index: 9000;
    left: 0;
    top: 0;
    color: #fff !important;
    padding-top: 30px
}
div { 
    margin: 0; 
    padding: 0;
} 

 .h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{
	margin: 48px 0 24px;
}

.blog-post__sharing-title{
	margin: 0 0 24px;
}

.section {
    padding: 48px 0;
}

.blog-subscription, 
.txt--dark h3,
.txt--dark .h4,
.form--btn-white.form--btn-outline .hs-button  {
    color: #526f6b !important;
}

footer .footer-bottom .wrapper a {
	text-decoration: underline !important;
}
footer .footer-bottom .wrapper a:hover {
	text-decoration-color: #fed45c !important;
}
.blog-toolbar-1 {
    /* padding-top: 8rem !important; */
}

footer .footer-credits .wrapper {
	border-top: 1px solid black;
	padding-top: 2rem;
}

a { 
    transition: color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),border .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),text-decoration .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} 

footer{
	margin-top: 5rem;
}
header  { 
    color: #0f2d29;
	background-color: #526f6b;
} 

img { 
    border: none;
} 

.btn--accent.btn--fill, .btn--accent.btn--outline:hover {
    color: #0f2d29;
}
.btn--accent.btn--fill, .btn--accent.btn--outline {
    color: #0f2d29;
}

header-buttons .btn{
	gap:0.5rem;
}
button { 
    transition: color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),border .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),text-decoration .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} 


.justify-content{
	justify-content:center;
}

.form-columns-2 label, .form-columns-1 label {
    font-family: "neue-haas-grotesk-display",Arial,Helvetica,sans-serif !important; 
}

.form-columns-1 textarea{
	min-height: 2em !important;
}

textarea.hs-input {
  height: 4em;
}

.hs-submit {
	justify-content: flex-start !important;
}

footer .footer-credits-lp {
    padding-top: 1px !important;
    padding-bottom: 45px;
    position: relative;
    min-height: 150px;
    overflow: hidden;
}


@media (min-width: 1201px){ 
header .image-y67::after, header .image-y67::before { 
    content: ""; 
    border-radius: 50%; 
    width: 1em; 
    height: 1em; 
    background-color: #526f6b; 
    position: absolute; 
    z-index: 5;
} 

header .image-y67::before { 
    left: 0; 
    bottom: 45px; 
    font-size: 72px; 
    transform: translate(-40%, 0);
} 

header .image-y67::after { 
    background-color: #fed45c; 
    z-index: 1; 
    top: 0; 
    right: 45px; 
    font-size: 144px; 
    transform: translate(0%, -25%);
} 
	
	
	footer .footer-credits-lp:after{
		background-color: #fed45c !important;
    content: "";
    border-radius: 50%;
    width: 1em;
    height: 1em;
    font-size: 115px;
    position: absolute;
    left: 32%;
    top: 100%;
    transform: translate(0%, -65%);

	}


@media (max-width: 1440px){ 
  header { 
    padding-left: 60px; 
    padding-right: 60px;
  } 
}     

@media (max-width: 1200px){ 
  header { 
    padding-left: 40px; 
    padding-right: 40px;
  } 
}     
	
	@media (max-width: 767px){
.h1, h1 {
    font-size: 1.1rem;
	}
.h2, h2 {
    font-size: 1.06rem;
  }
}

@media (max-width: 660px){ 
  header { 
    padding-left: 35px; 
    padding-right: 35px;
  } 
	.checkbox-row{
		font-size: smaller;
	}
}     

@media (max-width: 390px){ 
  header { 
    padding-left: 25px; 
    padding-right: 25px;
  } 
}     

@media (max-width: 660px){ 
  header { 
    height: 80px;
  } 

  header { 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 15px;
  } 

  
}