article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.244;
  color: #333;
  font-family: var(--superhumans--font-family-secondary);
}
@media screen and (max-width: 500px) {
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin-top: 20px;
	margin-bottom: 15px;
  }
}
article h1 {
   font-size: 44px;
}
@media screen and (max-width: 500px) {
  article h1 {
	font-size: 24px;
  }
}
article h2 {
  font-size: 36px;
}
@media screen and (max-width: 500px) {
  article h2 {
	font-size: 22px;
  }
}
article h3 {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  article h3 {
	font-size: 20px;
  }
}
article h4 {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  article h4 {
	font-size: 18px;
  }
}
article h5 {
  font-size: 16px;
}
article h6 {
  font-size: 14px;
}
article p {
    font-size: 1.125rem;
    line-height: 1.556;
    margin: 28px 0 14px;

}
@media screen and (max-width: 500px) {
  article p {
	margin-bottom: 15px;
  }
}
article a {
    color: #333;
    border-bottom: 1px dashed var(--superhumans--color-fifth);
    transition: all;
    text-decoration: none;

}
article a:hover {
    border-bottom: 1px solid #ff6a3f;

}
article b,
article strong {
  font-weight: 700;
}

blockquote {
    margin: 50px 0;
}
article blockquote.wp-block-quote.is-style-default p {
  font-weight: 300;
  line-height: 1.5714285714;
  padding: 20px;
  margin-bottom: 30px;
  word-break: break-word;
  background-color: #007aff; 
  color: white; 
  border-radius: 20px; 
  position: relative;
  right: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0; 
}

article blockquote.wp-block-quote.is-style-default p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: #007aff;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}
article blockquote.wp-block-quote.is-style-default cite {
  text-align: right;
  text-transform: uppercase; 
  font-style: normal; }

  @media screen and (max-width: 500px) {
  article blockquote.wp-block-quote.is-style-default p {  }
  article blockquote.wp-block-quote.is-style-default::after {}
  
}

article blockquote.wp-block-quote.is-style-plain  {
	border-left: 3px solid var(--superhumans--color-fifth);
	padding: 0 30px;
	margin-bottom: 30px;
	margin-left: 3px;
	word-break: break-word;
}


article blockquote.wp-block-quote.is-style-plain cite {
  font-style: normal;
  font-weight: 600;
  padding-top: 10px;
  font-family: "Mulish";
  padding-bottom: 10px;
  font-size: 1.1rem;
  }
article blockquote.wp-block-quote.is-style-plain cite::before {
  content: "— ";
}

  @media screen and (max-width: 500px) {
  article blockquote.wp-block-quote.is-style-plain p {  }
  article blockquote.wp-block-quote.is-style-plain::after {}
  
}

figure.wp-block-pullquote {}
figure.wp-block-pullquote::before {
	content: "\f10d";
	font-family:"fontawesome";
	color: #1f1f1f;
	}
 
  article ul {
    line-height: 2;
    color: #333333;
    padding: 0 0 0 20px;
    margin-bottom: 55px;
    word-break: break-word;
    list-style: none;
}
  @media screen and (max-width: 500px) {
  article ul {
	font-size: 16px;
  margin-bottom: 25px;
  }
}
li {display: block;}
  article ul li {
  position: relative;
}
  article ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--superhumans--color-fifth);
  position: absolute;
  top: 14px;
  left: -15px;
}
  article ol {
  line-height: 2;
  margin-bottom: 55px;
  counter-reset: i;
  word-break: break-word;
}
  @media screen and (max-width: 500px) {
  article ol {
	font-size: 16px;
  margin-bottom: 25px;
  }
}
  article ol li::before {
  counter-increment: i;
  content: counter(i);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: var(--superhumans--color-fifth);
  margin-right: 15px;
}
  article figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-details summary {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--superhumans--font-family-secondary)
}

  article figure img {
  border-radius: 8px;
  margin-bottom: 3px;
  max-width: 100%;
}
 article .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1538461538;
  padding: 0 18px 1px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::before {
  content: "\f030";
 font-family:fontawesome;
  color: #ffffff;
  margin-right: 6px;
}

article .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    bottom: 3px;}

article .wp-block-image figcaption.wp-element-caption::before {
  content: "\f030";
 font-family:fontawesome;
  color: #333333;
  margin-right: 6px;
}

  article iframe {
  display: block;
  width: 800px;
  height: 450px;
  max-width: 100%;
  margin: 10px auto 0 auto;
}
  @media screen and (max-width: 500px) {
  article iframe {
	height: 300px;
  }
}
  article table {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
}
  article table tr:first-child {
  border-bottom: 2px solid #121212;
}
  @media screen and (max-width: 750px) {
  article table tr:first-child {
	border-bottom: none;
  }
}
  article table tr:first-child td {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1538461538;
  text-transform: uppercase;
}
  article table tr td {
  padding-bottom: 12px;
}
  article table tr td:not(:first-child) {
  text-align: right;
}
  article table tr:nth-child(2) td {
  padding-top: 12px !important;
}
  article table tr:not(:first-child) td {
  padding: 6px 0;
}
  @media screen and (max-width: 750px) {
  article table tr:not(:first-child) td {
	padding: 3px 0;
  }
}
  article table tr:not(:first-child) td:first-child {
  font-weight: 500;
  font-size: 15px;
}
  article table tr:not(:first-child) td:not(:first-child) {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
}
  @media screen and (max-width: 750px) {
  article table tr th {
	text-align: center;
  }
}
  @media screen and (max-width: 750px) {
  .stacktable.large-only {
	display: none;
  }
}
  @media screen and (min-width: 749px) {
  .stacktable.small-only {
	display: none;
  }
}