.sj-wyg{
font-family:'Inter', sans-serif;
color:#E6EBE8;}

.sj-wyg *{box-sizing:border-box;}
.sj-wyg__inner{margin:0 auto;}
.sj-wyg__head{margin-bottom:10px;}

.sj-wyg__eyebrow{
font-family:'Inter', sans-serif;
font-weight:700;
font-size:14px;
text-transform:uppercase;
margin: 0 0 14px;}

.sj-wyg__heading{
  font-family: 'Macan', sans-serif !important;
  font-weight: 800;
  font-size: 32px; line-height: 1.28; letter-spacing: .02em;
  margin: 0 auto; max-width: 50em; text-wrap: balance;}

.sj-wyg__subhead{
  font-family:'Macan Mono',monospace;
  font-size:14px;
  line-height:1.6;
  color:#9AA39F;
  margin:16px auto 0;
  max-width:60em;
}
.sj-wyg__subhead p{margin:0;}
.sj-wyg--dark .sj-wyg__subhead{color:#525B57;}

.sj-wyg__foot{
  font-family:'Macan Mono',monospace;
  font-size:13px;
  line-height:1.8;
  color:#9AA39F;
  margin:48px auto 0;
  max-width:60em;
}
.sj-wyg__foot p{margin:0 0 12px;}
.sj-wyg__foot p:last-child{margin-bottom:0;}
.sj-wyg__foot a{color:var(--sj-link, #22E39A);text-decoration:underline;}
.sj-wyg--dark .sj-wyg__foot{color:#525B57;}
.sj-wyg--light .sj-wyg__foot{color:#9AA39F;}


@media(max-width:900px){.sj-wyg__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:768px){.sj-wyg__heading{font-size:30px;}}

@media screen and (min-width: 768px) {
    .dnd-section .row-fluid > .dnd-column > .dnd-row:first-child section, .dnd-section .row-fluid > .dnd-column > .dnd-row:first-child .is-section {
        padding-bottom: 70px;
        padding-top: 15px; !important
    }
} 
